mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
companion: Change comments on CAPI cooldown/timeouts
This commit is contained in:
parent
092b10447c
commit
613a992ae9
@ -48,8 +48,8 @@ else:
|
|||||||
# Define custom type for the dicts that hold CAPI data
|
# Define custom type for the dicts that hold CAPI data
|
||||||
# CAPIData = NewType('CAPIData', Dict)
|
# CAPIData = NewType('CAPIData', Dict)
|
||||||
|
|
||||||
capi_query_cooldown = 60 # be nice
|
capi_query_cooldown = 60 # Minimum time between (sets of) CAPI queries
|
||||||
capi_default_timeout = 10 # requests timeout
|
capi_default_timeout = 10
|
||||||
auth_timeout = 30 # timeout for initial auth
|
auth_timeout = 30 # timeout for initial auth
|
||||||
|
|
||||||
# Used by both class Auth and Session
|
# Used by both class Auth and Session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user