mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Slightly adjust config option wording
This commit is contained in:
parent
7c17662fea
commit
c94ace5843
1 changed files with 4 additions and 3 deletions
|
@ -152,10 +152,11 @@ module.exports = {
|
|||
|
||||
// ### prefetchMaxSearchSize
|
||||
//
|
||||
// This value controls the maximum request size made to find the link preview
|
||||
// Open Graph tags. For some sites like YouTube this can easily exceed 300 kilobytes.
|
||||
// This value sets the maximum request size made to find the Open Graph tags
|
||||
// for link previews. For some sites like YouTube this can easily exceed 300
|
||||
// kilobytes.
|
||||
//
|
||||
// This value is set to 50 kilobytes by default.
|
||||
// This value is set to `50` kilobytes by default.
|
||||
prefetchMaxSearchSize: 50,
|
||||
|
||||
// ### `fileUpload`
|
||||
|
|
Loading…
Reference in a new issue