Skip to content

Commit

Permalink
Change to 3 second delay
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brain <[email protected]>
  • Loading branch information
ABrain7710 committed Jan 23, 2024
1 parent ef169be commit 888dd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/application/db/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def insert_data(self, data: Union[List[dict], dict], table, natural_keys: List[s
if(len(data) == 1):
raise e
else:
time.sleep(5)
time.sleep(3)
first_half = data[:len(data)//2]
second_half = data[len(data)//2:]

Expand Down

0 comments on commit 888dd23

Please sign in to comment.