mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
Other: Bump max update and batch size to 256 MiB / 256 respectively
This commit is contained in:
@ -38,8 +38,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
maxUpdateSize = 1 << 25
|
||||
maxBatchSize = 1 << 6
|
||||
maxUpdateSize = 1 << 27 // 128 MiB
|
||||
maxBatchSize = 1 << 7 // 128
|
||||
)
|
||||
|
||||
// doSync begins syncing the users data.
|
||||
|
||||
Reference in New Issue
Block a user