summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-09-02 16:03:08 +0800
committerluwenpeng <[email protected]>2024-09-02 16:55:00 +0800
commitbeb7d2f0ca4f62d96cbe2295bb2bc482f0492d02 (patch)
tree4280cb834345111f41c36c2d7ea1a72582738e61 /conf
parent9069dceae7b880e12ef4c9427574d5431c3e8107 (diff)
stellar stat parses output related configuration items
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index 986c18b..f5d4040 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -59,6 +59,6 @@
timeout_ms = 10000 # range: [1, 60000] (ms)
buffered_segments_max = 256 # range: [2, 4096] per flow
-[schedule]
- merge_stat_interval = 500 # range: [1, 60000] (ms)
- output_stat_interval = 2000 # range: [1, 60000] (ms)
+[stat]
+ merge_interval_ms = 500 # range: [0, 60000] (ms)
+ output_interval_ms = 1000 # range: [0, 60000] (ms) \ No newline at end of file