]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
regress: reduce maximum number of points to 64
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 27 Jun 2017 11:27:32 +0000 (13:27 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 27 Jun 2017 13:29:01 +0000 (15:29 +0200)
This corresponds to the maximum number of points used by regress users.

regress.c

index 35ca89f3b4d43ec498e9bc7a43dd5c412f3bc840..68ef4fa911956df34ab35f40f2d0369341058d46 100644 (file)
--- a/regress.c
+++ b/regress.c
@@ -34,7 +34,7 @@
 #include "logging.h"
 #include "util.h"
 
-#define MAX_POINTS 128
+#define MAX_POINTS 64
 
 void
 RGR_WeightedRegression