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 6e6ecbf commit bff11aeCopy full SHA for bff11ae
config/config.sample.pythnet.toml
@@ -68,6 +68,9 @@ exporter.dynamic_compute_unit_pricing_enabled = true
68
exporter.maximum_slot_gap_for_dynamic_compute_unit_price = 50
69
exporter.maximum_total_compute_fee_micro_lamports = 10000000000
70
71
+# The interval with which to poll account information.
72
+oracle.poll_interval_duration = "5s"
73
+
74
# Configuration for the JRPC API
75
[pythd_adapter]
76
0 commit comments