From baa598276c4aba57dc9e91ffae46b1477c0d0fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 22 Feb 2019 21:33:39 +0100 Subject: fset: fix slow refresh of fset buffer during /reload (closes #1313) --- src/plugins/fset/fset-option.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/fset/fset-option.h') diff --git a/src/plugins/fset/fset-option.h b/src/plugins/fset/fset-option.h index 34e607486..3800dd437 100644 --- a/src/plugins/fset/fset-option.h +++ b/src/plugins/fset/fset-option.h @@ -22,6 +22,8 @@ #define FSET_OPTION_VALUE_NULL "null" +#define FSET_OPTION_TIMER_MAX_OPTIONS_CHANGED 32 + enum t_fset_option_type { FSET_OPTION_TYPE_BOOLEAN = 0, -- cgit v1.2.3