mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-07 17:48:34 +00:00
GODT-2022: Fix change between address modes
This commit is contained in:
@ -39,7 +39,7 @@ import (
|
||||
|
||||
const (
|
||||
maxUpdateSize = 1 << 25
|
||||
maxBatchSize = 1 << 8
|
||||
maxBatchSize = 1 << 6
|
||||
)
|
||||
|
||||
// doSync begins syncing the users data.
|
||||
|
||||
Reference in New Issue
Block a user