summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-07-28 02:02:18 +0300
committerGitHub <noreply@github.com>2023-07-28 02:02:18 +0300
commit9b99c64bc9241e7dd67c44e4fd595a425648674a (patch)
tree2a3467dfb568e32d10e31ca8029819f91ff33032
parent2ae81eb76cb340a50f595d68e25eeb62b414c5ee (diff)
10 points per query min (#15595)
-rw-r--r--web/api/queries/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/queries/query.c b/web/api/queries/query.c
index 0b936c659b..d1a7c4b94c 100644
--- a/web/api/queries/query.c
+++ b/web/api/queries/query.c
@@ -17,7 +17,7 @@
#include "percentile/percentile.h"
#include "trimmed_mean/trimmed_mean.h"
-#define QUERY_PLAN_MIN_POINTS 400
+#define QUERY_PLAN_MIN_POINTS 10
#define POINTS_TO_EXPAND_QUERY 5
// ----------------------------------------------------------------------------