Skip to content

Commit a190fe5

Browse files
committed
reflect BP's backoff default
1 parent ee683a4 commit a190fe5

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)