1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 08:40:34 +03:00

companion: Change comments on CAPI cooldown/timeouts

This commit is contained in:
Athanasius 2021-08-31 12:09:40 +01:00
parent 092b10447c
commit 613a992ae9
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -48,8 +48,8 @@ else:
# Define custom type for the dicts that hold CAPI data
# CAPIData = NewType('CAPIData', Dict)
capi_query_cooldown = 60 # be nice
capi_default_timeout = 10 # requests timeout
capi_query_cooldown = 60 # Minimum time between (sets of) CAPI queries
capi_default_timeout = 10
auth_timeout = 30 # timeout for initial auth
# Used by both class Auth and Session