Commit 3251762
authored
Fix remoteFileRefreshInterval minimum value docs
The docs for remoteFileRefreshInterval say that the minimum value is "15 minutes (15 * 60 * 60 * 1000)". However, 15 * 60 * 60 * 1000 is 15 hours in milliseconds. Proposing change to fix the docs to reflect 15 minutes.1 parent fc75d69 commit 3251762
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments