We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c04c41 commit 9767dfdCopy full SHA for 9767dfd
watcher/src/watchers/SolanaWatcher.ts
@@ -33,7 +33,7 @@ export class SolanaWatcher extends Watcher {
33
// transactions returned. Since we don't know the number of transactions in advance, we use
34
// a block range of 100K slots. Technically, batch size can be arbitrarily large since pagination
35
// of the WH transactions within that range is handled internally below.
36
- maximumBatchSize = 100_000;
+ maximumBatchSize = 1_000;
37
38
connection: Connection | undefined;
39
0 commit comments