From 498c35be397651eb510c74ec0345b193201976e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=92=90?= Date: Tue, 27 Feb 2024 14:18:26 +0800 Subject: [PATCH] Add net configuration to extuner.conf --- extuner.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extuner.conf b/extuner.conf index 107227b..ecd4a3f 100644 --- a/extuner.conf +++ b/extuner.conf @@ -8,6 +8,11 @@ { "interval" : 3, //采集间隔,单位为秒 "times" : 5 //采集次数 + }, + "Net" : + { + "interval" : 3, + "times" : 5 } } } -- Gitee