Change default timeout to 0 (disabled)

This commit is contained in:
Behind The Math
2017-12-21 23:29:47 -05:00
parent 66ec50fec5
commit 8b9f1aecac
2 changed files with 3 additions and 3 deletions

View File

@@ -392,7 +392,7 @@ Useful to debug page layout differences.
When set to true, clicking on a link that point the current url trigger a full page reload.
##### `timeout` (Integer, default to 10000)
##### `timeout` (Integer, default to 0)
The timeout in milliseconds for the XHR requests. Set to 0 to disable the timeout.