Commit 9c0ab25
committed
Fix inaccurate timeout docstring
The docstring on the `timeout` config key implies that if no value for
a timeout is provided, initilization will block forever. This disagrees
with the `DeciderContextFactory` docstring (`"defaults to not blocking"`) and the underlying Baseplate `FileWatcher` ([source](https://github.com/reddit/baseplate.py/blob/f29bd1ce0f1ec4962f65ecd5a2b016b1cd4fd5ac/baseplate/lib/file_watcher.py#L82)).
We've also seen this not block in production. Logs can be provided if
needed.1 parent 171b5fe commit 9c0ab25
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
| 1168 | + | |
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
| |||
0 commit comments