Skip to content

Commit 887eab7

Browse files
committed
Reduced default timeout
1 parent 3e6e0fc commit 887eab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servercom/implementations/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def conf_if_exists(key: str):
3030

3131
class ConnectionConfig:
3232
"""The configuration of the connection to the server"""
33-
TIMEOUT: int = 60
33+
TIMEOUT: int = 10
3434
if 'client_config' in globals():
3535
AP_SSID: str = client_config.CONF_AP_SSID
3636
API_CN: str = client_config.CONF_API_CN

0 commit comments

Comments
 (0)