mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Change default subscribe update interval to 60 seconds (#209)
This commit is contained in:
parent
62f6c20b0f
commit
6ed3ad7d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import threading
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
SUBSCRIBE_UPDATE_INTERVAL_S = 10.0
|
||||
SUBSCRIBE_UPDATE_INTERVAL_S = 60.0
|
||||
|
||||
|
||||
class SqueakSubscriptionDownloader:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue