Increase index update interval a bit.

pull/445/head
Jorge Bucaran 9 years ago
parent 00dd017af8
commit a11213bd38
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

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

Loading…
Cancel
Save