We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c64af commit 00ef0d0Copy full SHA for 00ef0d0
NumberSearch.Ingest/Program.cs
@@ -87,7 +87,7 @@ public static async Task Main()
87
Stopwatch fpcTimer = new();
88
TimeSpan dailyCycle = TimeSpan.FromDays(1);
89
TimeSpan priorityCycle = TimeSpan.FromMinutes(10);
90
- TimeSpan bulkVSCycle = TimeSpan.FromHours(1);
+ TimeSpan bulkVSCycle = TimeSpan.FromHours(6);
91
TimeSpan fpcCycle = TimeSpan.FromHours(3);
92
93
try
0 commit comments