Updated variable name to uploadTimeout

This commit is contained in:
Abijeet Patro 2019-01-03 12:44:50 +05:30 committed by GitHub
commit 56ed7db2e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ File uploads in BookStack use a plugin called DropzoneJS. DropzoneJS is configur
To modify this timeout, in BookStack settings, Find the 'Custom HTML head content' setting and add the following code:
```js
window.dropZoneTimeout = 30000 // To se the timeout to 30 seconds
window.uploadTimeout = 30000 // To set the timeout to 30 seconds
```
### Further Customisation