Skip to content

Commit 62b087d

Browse files
committed
note common prod experiments.path
1 parent 2b2c2dc commit 62b087d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ Setup :code:`reddit-experiments` in your application's configuration file:
3939
...
4040
4141
# optional: a path to the file where experiment configuration is written
42-
# (default: /var/local/experiments.json)
43-
experiments.path = /var/local/foo.json
42+
# default: /var/local/experiments.json
43+
# note: production systems load the experiments.json file under nested `live-data/` dir
44+
experiments.path = /var/local/live-data/experiments.json
4445
4546
# optional: how long to wait for the experiments file to exist before failing
4647
# default:
@@ -50,7 +51,7 @@ Setup :code:`reddit-experiments` in your application's configuration file:
5051
5152
# optional: the base amount of time for exponential backoff while waiting
5253
# for the file to be available.
53-
# (default: no backoff time between tries)
54+
# default: no backoff time between tries
5455
experiments.backoff = 1 second
5556
5657
...

0 commit comments

Comments
 (0)