1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

script: set option script.scripts.cache_expire to 1440 by default

This commit is contained in:
Sebastien Helleu
2014-03-17 12:59:46 +01:00
parent db852a3f26
commit e84eaafe8e
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ script_config_init ()
"cache_expire", "integer",
N_("local cache expiration time, in minutes (-1 = never expires, "
"0 = always expire)"),
NULL, -1, 525600, "60", NULL, 0, NULL, NULL,
NULL, -1, 525600, "1440", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
script_config_scripts_dir = weechat_config_new_option (
script_config_file, ptr_section,