Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
feat(sdk): blocks sync manager
Browse files Browse the repository at this point in the history
  • Loading branch information
joeandrews committed Jul 16, 2020
1 parent 4c8109a commit 12e14c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class NotesSyncManagerFactory {
managersByNetworks = {};

config = {
blocksPerRequest: 5307319, // ~ per 3 months (~6000 per day)
blocksPerRequest: 100, // ~ per 3 months (~6000 per day)
precisionDelta: 10, //
networkId: null,
};
Expand Down

0 comments on commit 12e14c6

Please sign in to comment.