From 3d35c1b153f64876ed894f8bc3089c420738d921 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 10 May 2024 12:48:03 +0100 Subject: [PATCH] Update config.sample.pythnet.toml (#120) --- config/config.sample.pythnet.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.pythnet.toml b/config/config.sample.pythnet.toml index d3712622..8ea9a709 100644 --- a/config/config.sample.pythnet.toml +++ b/config/config.sample.pythnet.toml @@ -29,7 +29,7 @@ key_store.accumulator_key = "7Vbmv1jt4vyuqBZcpYPpnVhrqVe5e6ZPb6JxDcffRHUM" exporter.max_batch_size = 7 # Duration of the interval at which to publish updates -exporter.publish_interval_duration = "400ms" +exporter.publish_interval_duration = "1s" # Configuration for the optional secondary network this agent will publish data to. # In most cases this should be a Solana endpoint.