mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 13:18:24 +00:00
Document default value for prefetchTimeout
This commit is contained in:
parent
3796485217
commit
b2a363f099
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ module.exports = {
|
|||
// performance issues or even a denial of service, since The Lounge will not
|
||||
// be able to clean up outgoing connections as quickly. Usually the default
|
||||
// value is appropriate, so only change it if necessary.
|
||||
//
|
||||
// This value is set to `5000` milliseconds by default.
|
||||
prefetchTimeout: 5000,
|
||||
|
||||
// ### `fileUpload`
|
||||
|
|
Loading…
Add table
Reference in a new issue