Commit 03788f1 1 parent cf0159c commit 03788f1 Copy full SHA for 03788f1
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ exporter.compute_unit_limit = 20000
58
58
# during periods of high network congestion.
59
59
exporter.dynamic_compute_unit_pricing_enabled = true
60
60
61
+ # Maximum slot gap between the current slot and the oldest slot amongst all the accounts in
62
+ # the batch. This is used to calculate the dynamic price per compute unit. When the slot gap
63
+ # reaches this number we will use the maximum total_compute_fee for the transaction.
64
+ exporter.maximum_slot_gap_for_dynamic_compute_unit_price = 40
65
+
61
66
# The interval with which to poll account information. We are adding it as an extra
62
67
# layer of protection to ensure we get the latest account information if there are
63
68
# any issues with the ws subscription.
You can’t perform that action at this time.
0 commit comments