Skip to content

Commit ce9ab72

Browse files
authored
chore: update Pythnet sample config (#113)
100ms notify_sched_interval is causing problems for the publishers and this change reverts it back to 400ms. The exact reason for the problem is still unknown but we think their slow clients (forked from our example publisher) and poor agent design cause this issue. A major refactor is going to improve agent bottlenecks and also remove notifications to make sure it doesn't add unnecessary overhead to the clients.
1 parent 5d5a9d9 commit ce9ab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.sample.pythnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ exporter.maximum_compute_unit_price_micro_lamports = 100000
6969
# The duration of the interval at which `notify_price_sched` notifications will be sent.
7070
# Note that this doesn't affect the rate at which transactions are published:
7171
# this is soley a backwards-compatibility API feature.
72-
notify_price_sched_interval_duration = "100ms"
72+
notify_price_sched_interval_duration = "400ms"

0 commit comments

Comments
 (0)