From b2a363f0999cd46daf46dae1d30ff313ec275144 Mon Sep 17 00:00:00 2001 From: Emily Strickland Date: Sat, 9 Apr 2022 00:17:57 +0000 Subject: [PATCH] Document default value for prefetchTimeout --- defaults/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults/config.js b/defaults/config.js index eba57777..42004794 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -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`