forked from Silverfish/proton-bridge
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