File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 ...
You can’t perform that action at this time.
0 commit comments