Increase index update interval a bit.

This commit is contained in:
Jorge Bucaran 2016-05-07 22:29:17 +09:00
parent 00dd017af8
commit a11213bd38
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -856,7 +856,7 @@ end
function __fisher_remote_index_update
set -l index "$fisher_cache/.index"
set -l interval 2160
set -l interval 3240
if test ! -z "$fisher_index_update_interval"
set interval "$fin_index_update_interval"