We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b98f9 commit 12dd9b9Copy full SHA for 12dd9b9
otsserver/backup.py
@@ -19,7 +19,7 @@
19
from urllib.parse import urlparse, urljoin
20
21
PAGING = 1000 # Number of commitments per chunk
22
-SLEEP_SECS = 600 # Once the backup is synced this is the polling interval to check for new chunks
+SLEEP_SECS = 60 # Once the backup is synced this is the polling interval to check for new chunks
23
24
25
class Backup:
0 commit comments