Skip to content

Commit

Permalink
Changed delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGershony committed Mar 22, 2024
1 parent 5323067 commit 4d99656
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public ProjectsSyncRunner(IOptions<IndexerSettings> configuration, ILogger<Proje
AngorMongoDb = angorMongoDb;
this.syncConnection = syncConnection;

Delay = TimeSpan.FromMinutes(1);

extendedPublicKey = new BitcoinExtPubKey(AngorTestKey, new BitcoinSignet()).ExtPubKey;
}

Expand Down

0 comments on commit 4d99656

Please sign in to comment.