Skip to content

Commit 00ef0d0

Browse files
Updated the rate of BulkVS ingests.
1 parent c5c64af commit 00ef0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NumberSearch.Ingest/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static async Task Main()
8787
Stopwatch fpcTimer = new();
8888
TimeSpan dailyCycle = TimeSpan.FromDays(1);
8989
TimeSpan priorityCycle = TimeSpan.FromMinutes(10);
90-
TimeSpan bulkVSCycle = TimeSpan.FromHours(1);
90+
TimeSpan bulkVSCycle = TimeSpan.FromHours(6);
9191
TimeSpan fpcCycle = TimeSpan.FromHours(3);
9292

9393
try

0 commit comments

Comments
 (0)