From c8fde1aa01bfd7ebdff18e86edce236c4ccd9eed Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 16 Nov 2023 18:16:55 +0300 Subject: [PATCH] Update config.sample.pythnet.toml --- config/config.sample.pythnet.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.sample.pythnet.toml b/config/config.sample.pythnet.toml index d013dba..6b379da 100644 --- a/config/config.sample.pythnet.toml +++ b/config/config.sample.pythnet.toml @@ -65,6 +65,7 @@ exporter.compute_unit_limit = 20000 # This is needed for solana to be able to land transactions on the network # during periods of high network congestion. exporter.dynamic_compute_unit_pricing_enabled = true +exporter.maximum_slot_gap_for_dynamic_compute_unit_price = 50 # Configuration for the JRPC API [pythd_adapter]