From 45a43c67054090a8ae3a17f9ccf6be5fdf919b56 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 22 Aug 2024 11:41:02 +0200 Subject: [PATCH] fix: update config comment --- config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.toml b/config/config.toml index 01d0556..cfe5f4c 100644 --- a/config/config.toml +++ b/config/config.toml @@ -22,7 +22,7 @@ listen_address = "127.0.0.1:8910" # Flush interval for responses and notifications. This is the maximum time the # server will wait before flushing the messages to the client. It will have no -# effect if `flush_immediately` is set to true. +# effect if `instant_flush` is set to true. # flush_interval_duration = "50ms" # Configuration for the primary network this agent will publish data to. In most cases this should be a Pythnet endpoint.