diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cuirass.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cuirass.in b/bin/cuirass.in index 3fe957e..c8a1167 100644 --- a/bin/cuirass.in +++ b/bin/cuirass.in @@ -161,7 +161,7 @@ if required." (exit 0)) (else (let ((one-shot? (option-ref opts 'one-shot #f)) - (interval (string->number (option-ref opts 'interval "60"))) + (interval (string->number (option-ref opts 'interval "10"))) (specfile (option-ref opts 'specifications #f))) (with-database db (and specfile |