Skip to content

Commit 07fe285

Browse files
Updated the BulVS cycle time to match the FirstPointCom cycle time.
1 parent 42f64d9 commit 07fe285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NumberSearch.Ingest/Program.cs

Lines changed: 1 addition & 1 deletion
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(6);
90+
TimeSpan bulkVSCycle = TimeSpan.FromHours(3);
9191
TimeSpan fpcCycle = TimeSpan.FromHours(3);
9292

9393
try

0 commit comments

Comments
 (0)