Skip to content

Commit 53739cb

Browse files
committed
chore: add batch size to main config file as well
1 parent 107334e commit 53739cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ key_store.pyth_price_store_program_key = "3m6sv6HGqEbuyLV84mD7rJn4MAC9LhUa1y1AUN
8989
# with other state identical to last published state.
9090
# exporter.unchanged_publish_threshold = "3s"
9191

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

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

0 commit comments

Comments
 (0)