]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
sourcestats: change MAX_SKEW to 1.0 master
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 9 Jun 2026 10:05:59 +0000 (12:05 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 9 Jun 2026 13:00:23 +0000 (15:00 +0200)
Change the upper limit of skew from 100.0 to more reasonable 1.0.

sourcestats.c

index 047cf8f4b105c9640800fd77c22c0379b1ac574f..c7ea4f9b8b6e2c7de01c68a8051027d2e115f2cf 100644 (file)
@@ -49,7 +49,7 @@
 
 /* The minimum and maximum assumed skew */
 #define MIN_SKEW 1.0e-12
-#define MAX_SKEW 1.0e+02
+#define MAX_SKEW 1.0e+00
 
 /* The minimum standard deviation */
 #define MIN_STDDEV 1.0e-9