Skip to content

Commit 12dd9b9

Browse files
committed
sleep for one minute instead of ten between ask to calendars for new chunks
1 parent e7b98f9 commit 12dd9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otsserver/backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from urllib.parse import urlparse, urljoin
2020

2121
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
22+
SLEEP_SECS = 60 # Once the backup is synced this is the polling interval to check for new chunks
2323

2424

2525
class Backup:

0 commit comments

Comments
 (0)