GODT-2022: Fix change between address modes

This commit is contained in:
James Houlahan
2022-11-02 12:49:40 +01:00
parent 0812491f09
commit bc7912e8fb
10 changed files with 83 additions and 18 deletions

View File

@ -39,7 +39,7 @@ import (
const (
maxUpdateSize = 1 << 25
maxBatchSize = 1 << 8
maxBatchSize = 1 << 6
)
// doSync begins syncing the users data.