From b75fd1eed010a73802b9a2a43579df24d5166c38 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 5 Sep 2023 22:38:17 -0700 Subject: modules/flow: fix default count 57bae7 removed the default from the settings list when bumping the counts, oops! --- src/modules/flow/flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/flow') diff --git a/src/modules/flow/flow.c b/src/modules/flow/flow.c index 321bf86..c26817a 100644 --- a/src/modules/flow/flow.c +++ b/src/modules/flow/flow.c @@ -22,7 +22,7 @@ */ #define FLOW_DEFAULT_SIZE "8" -#define FLOW_DEFAULT_COUNT "30000" +#define FLOW_DEFAULT_COUNT "40000" #define FLOW_DEFAULT_SPEED ".2" #define FLOW_MAX_SPEED 40 -- cgit v1.2.1