mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-12 21:56:44 +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 (
|
const (
|
||||||
maxUpdateSize = 1 << 25
|
maxUpdateSize = 1 << 27 // 128 MiB
|
||||||
maxBatchSize = 1 << 6
|
maxBatchSize = 1 << 7 // 128
|
||||||
)
|
)
|
||||||
|
|
||||||
// doSync begins syncing the users data.
|
// doSync begins syncing the users data.
|
||||||
|
|||||||
Reference in New Issue
Block a user