]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Return server.validation-interval min value to 60 (my bad)
authorpcarana <pc.moreno2099@gmail.com>
Tue, 21 May 2019 21:18:14 +0000 (16:18 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 21 May 2019 21:18:14 +0000 (16:18 -0500)
src/config.c

index 9241ac676e6b4737b3bf3ae55f1588986177390a..9b10735564f80ac4d461f35d80cce777d24d9e12 100644 (file)
@@ -222,7 +222,7 @@ static const struct option_field options[] = {
                 * We do this by not getting new information more than once per
                 * minute.
                 */
-               .min = 10,
+               .min = 60,
                .max = 7200,
        },
        /*