Skip to content

Commit 4cb57c9

Browse files
committed
Fixed message with new 90 days
1 parent 3d0d355 commit 4cb57c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppCommon/Commands/AzureServiceBusCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected override async Task<QueueDetails> GetData(CancellationToken cancellati
107107
}
108108
else
109109
{
110-
Out.WriteLine(" - No throughput detected in 30 days, ignoring");
110+
Out.WriteLine(" - No throughput detected in 90 days, ignoring");
111111
}
112112
}
113113
}

0 commit comments

Comments
 (0)