Skip to content

Commit fd22bef

Browse files
Merge pull request #4035 from OriginTrail/chore/reduce-batch-get-batch-size
Reduce BATCH_GET_BATCH_SIZE to 2
2 parents 8b09791 + f0a1353 commit fd22bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ export const CHUNK_SIZE = 32;
10961096
export const CLAIM_REWARDS_INTERVAL = 60 * 60 * 1000;
10971097
export const CLAIM_REWARDS_BATCH_SIZE = 10;
10981098

1099-
export const BATCH_GET_BATCH_SIZE = 5;
1099+
export const BATCH_GET_BATCH_SIZE = 2;
11001100
export const BATCH_GET_UAL_MAX_LIMIT = 1000;
11011101

11021102
export const SYNC_INTERVAL = 12 * 1000;

0 commit comments

Comments
 (0)