diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-22 18:10:30 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-22 18:10:30 +0200 |
commit | 27976361220917d05144fa95a07a522f3700327d (patch) | |
tree | 9ab6835b432752a3b3e23ac7e75792368122344a /scripts | |
parent | 7cbc06bccfa89f83ff029b1487d2eed234a9c085 (diff) |
scripts: Reduce update interval.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mumi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mumi.in b/scripts/mumi.in index 920b279..e20fc4e 100644 --- a/scripts/mumi.in +++ b/scripts/mumi.in @@ -48,7 +48,7 @@ 37146) ;; Keep indexing the mail directory -(define %update-interval 60) +(define %update-interval 30) (define update-state! (let ((count -1)) |