We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f64d9 commit 07fe285Copy full SHA for 07fe285
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(6);
+ TimeSpan bulkVSCycle = TimeSpan.FromHours(3);
91
TimeSpan fpcCycle = TimeSpan.FromHours(3);
92
93
try
0 commit comments