10 points per query min (#15595)
Costa Tsaousis committed
Jul 28, 2023 at 02:02 UTC
9b99c64bc9241e7dd67c44e4fd595a425648674a
1 file changed
+1
-1
web/api/queries/query.c
+1
-1
@@ -17,7 +17,7 @@
17
#include "percentile/percentile.h"
18
#include "trimmed_mean/trimmed_mean.h"
19
20
-#define QUERY_PLAN_MIN_POINTS 400
20
+#define QUERY_PLAN_MIN_POINTS 10
21
#define POINTS_TO_EXPAND_QUERY 5
22
23
// ----------------------------------------------------------------------------