We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee683a4 + a190fe5 commit aa3c89bCopy full SHA for aa3c89b
docs/index.rst
@@ -51,7 +51,8 @@ Setup :code:`reddit-experiments` in your application's configuration file:
51
52
# optional: the base amount of time for exponential backoff while waiting
53
# for the file to be available.
54
- # default: no backoff time between tries
+ # default: 0.01
55
+ # see https://github.com/reddit/baseplate.py/blob/114248987ce0e8a0ddd102c80b00ef43f4dbf14e/baseplate/lib/file_watcher.py#L56C1-L56C35
56
experiments.backoff = 1 second
57
58
...
0 commit comments