update readme to reflect new default value for CONSUME_EVENTS_LIMIT (#20)

* set the default CONSUME_EVENTS_LIMIT to 19

* update readme to reflect new default value for CONSUME_EVENTS_LIMIT

---------

Co-authored-by: solpkr <solpkr1@gmail.com>
This commit is contained in:
solpkr 2023-04-02 15:49:11 +01:00 committed by GitHub
parent 98fb847feb
commit 84d120645a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ to run in the background, pass "-d" or "--daemon"
CLUSTER // Cluster to use. 'mainnet' or 'devnet'. Default is
// mainnet.
CONSUME_EVENTS_LIMIT // Max number of events to consume in each TX. Default is
// 30 events.
// 19 events.
CU_PRICE // Minimum additional micro lamports for all
// transactions. Default is 0. Raise this above 0 if
// you want all transactions to pay a priority fee for