cuirass: Modify default interval value.

* bin/cuirass.in (main): Change default interval value.
pull/3/head
Mathieu Lirzin 2016-07-26 12:55:57 +02:00
parent c17f74bf19
commit 67f074335f
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 1 additions and 1 deletions

View File

@ -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