We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107334e commit 53739cbCopy full SHA for 53739cb
config/config.toml
@@ -89,8 +89,10 @@ key_store.pyth_price_store_program_key = "3m6sv6HGqEbuyLV84mD7rJn4MAC9LhUa1y1AUN
89
# with other state identical to last published state.
90
# exporter.unchanged_publish_threshold = "3s"
91
92
-# Maximum size of a batch
93
-# 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;
94
+# otherwise, the maximum batch size is 12
95
+exporter.max_batch_size = 47
96
97
# Number of compute units requested per update_price instruction within the transaction.
98
# exporter.compute_unit_limit = 60000
0 commit comments