Commit 767475e9 authored by Łukasz Nowak's avatar Łukasz Nowak

grid: Honour PROMISE_TIMEOUT instead of hardcoded value

Despite PROMISE_TIMEOUT is configurable on module level, the hardcoded value
took precedence. In order to honour it, just pass None while instantiating
the class.
parent 01e612bf
......@@ -323,7 +323,7 @@ class Slapgrid(object):
upload_dir_url=None,
master_ca_file=None,
certificate_repository_path=None,
promise_timeout=3,
promise_timeout=None,
shacache_ca_file=None,
shacache_cert_file=None,
shacache_key_file=None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment