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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user