mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-3032 Increase the fetcher limit up to 10mb
This commit is contained in:
parent
63995c458a
commit
70c643e184
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ func New() LinkPreview {
|
|||
}
|
||||
|
||||
const (
|
||||
// read no more than 400 kb
|
||||
maxBytesToRead = 400000
|
||||
// read no more than 10 mb
|
||||
maxBytesToRead = 10 * 1024 * 1024
|
||||
maxDescriptionSize = 200
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue