Skip to content
Snippets Groups Projects
Commit 51ddef33 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

When asleep, check every 30 seconds for status update (instead of 60)

parent 15d58762
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ PUSH_LOG_MAX_ENTRIES = 10
PUSH_LOG_MAX_INTERVAL = datetime.timedelta(seconds=5)
PUSH_ACT_MAX_INTERVAL = datetime.timedelta(seconds=1)
ASLEEP_POLL_STATUS_CHANGE_REQUESTED_DELAY = 60
ASLEEP_POLL_STATUS_CHANGE_REQUESTED_DELAY = 30
class UnableToRegisterError(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment