mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 11:12:44 +00:00
sync: reduce batch size for fetching chunks
This commit is contained in:
@@ -247,7 +247,7 @@ namespace Notesnook.API.Hubs
|
|||||||
var chunks = PrepareChunks(
|
var chunks = PrepareChunks(
|
||||||
userId,
|
userId,
|
||||||
ids,
|
ids,
|
||||||
size: 1000,
|
size: 100,
|
||||||
resetSync: device.IsSyncReset,
|
resetSync: device.IsSyncReset,
|
||||||
maxBytes: 7 * 1024 * 1024
|
maxBytes: 7 * 1024 * 1024
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user