Skip to content
Snippets Groups Projects
Commit 22f6305b authored by Art's avatar Art :lizard:
Browse files

Adjust default patience threshold of the hypothetical user

parent 87bceac1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ SSL_VERSION = ssl.PROTOCOL_TLSv1_2
SSL_CERT_REQS = ssl.CERT_REQUIRED
# stuff you might want to change sometimes:
RPC_TIMEOUT = timedelta(seconds=10) # affects client behaviour and message TTL
RPC_TIMEOUT = timedelta(seconds=25) # affects client behaviour and message TTL
WORKER_GRACEFUL_STOP_TIMEOUT = timedelta(seconds=60)
# stuff you probably don't want to touch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment