Skip to content

Commit

Permalink
fix: woops thats important
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrkie committed Jun 26, 2024
1 parent e87eae9 commit 3c425cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AdGoBye/Indexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class Indexer
public static void ManageIndex()
{
using var db = new State.IndexContext();
if (db.Content.Any()) VerifyDbTruth();
const int maxRetries = 3;
const int delayMilliseconds = 5000;

Expand Down

0 comments on commit 3c425cd

Please sign in to comment.