Skip to content

Commit aa3c89b

Browse files
authored
Merge pull request #113 from reddit/update_backoff_default_docs
Reflect BP's backoff default
2 parents ee683a4 + a190fe5 commit aa3c89b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Setup :code:`reddit-experiments` in your application's configuration file:
5151
5252
# optional: the base amount of time for exponential backoff while waiting
5353
# for the file to be available.
54-
# default: no backoff time between tries
54+
# default: 0.01
55+
# see https://github.com/reddit/baseplate.py/blob/114248987ce0e8a0ddd102c80b00ef43f4dbf14e/baseplate/lib/file_watcher.py#L56C1-L56C35
5556
experiments.backoff = 1 second
5657
5758
...

0 commit comments

Comments
 (0)