Slightly adjust config option wording
This commit is contained in:
parent
7c17662fea
commit
c94ace5843
@ -152,10 +152,11 @@ module.exports = {
|
|||||||
|
|
||||||
// ### prefetchMaxSearchSize
|
// ### prefetchMaxSearchSize
|
||||||
//
|
//
|
||||||
// This value controls the maximum request size made to find the link preview
|
// This value sets the maximum request size made to find the Open Graph tags
|
||||||
// Open Graph tags. For some sites like YouTube this can easily exceed 300 kilobytes.
|
// 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,
|
prefetchMaxSearchSize: 50,
|
||||||
|
|
||||||
// ### `fileUpload`
|
// ### `fileUpload`
|
||||||
|
Loading…
Reference in New Issue
Block a user