From b368561de7c38311d0c90d039dbcd2d4f28a2998 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 10 May 2024 12:46:38 +0100 Subject: [PATCH] Update config.sample.pythnet.toml --- 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.