Document default value for prefetchTimeout

This commit is contained in:
Emily Strickland 2022-04-09 00:17:57 +00:00
parent 3796485217
commit b2a363f099
No known key found for this signature in database
GPG key ID: 6526B8035DD3DD32

View file

@ -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`