[mob] Increase the batch & bucket size

This commit is contained in:
Neeraj Gupta 2024-04-04 14:46:56 +05:30
parent 0176b01fea
commit 2163201046

View file

@ -384,8 +384,8 @@ class FaceMlService {
final fileIDToCreationTime =
await FilesDB.instance.getFileIDToCreationTime();
const int bucketSize = 10000;
const int batchSize = 10000;
const int bucketSize = 20000;
const int batchSize = 20000;
const int offsetIncrement = 7500;
int offset = 0;