Skip to content

Commit

Permalink
chore: add batch size to main config file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Oct 24, 2024
1 parent 107334e commit 53739cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ key_store.pyth_price_store_program_key = "3m6sv6HGqEbuyLV84mD7rJn4MAC9LhUa1y1AUN
# with other state identical to last published state.
# exporter.unchanged_publish_threshold = "3s"

# Maximum size of a batch
# exporter.max_batch_size = 12
# Maximum size of a batch.
# IMPORTANT: the maximum size of 47 only works when the price store program key is passed;
# otherwise, the maximum batch size is 12
exporter.max_batch_size = 47

# Number of compute units requested per update_price instruction within the transaction.
# exporter.compute_unit_limit = 60000
Expand Down

0 comments on commit 53739cb

Please sign in to comment.