Commit 92d173e3 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 13c4a3a9 ea2ac43c
...@@ -426,7 +426,7 @@ if settings.modules.challonge.enabled ...@@ -426,7 +426,7 @@ if settings.modules.challonge.enabled
# return # return
# ) # )
# }) # })
setInterval(refresh_challonge_cache, 30000) setInterval(refresh_challonge_cache, 60000)
if settings.modules.vip.enabled if settings.modules.vip.enabled
for k,v of vip_info.cdkeys when v.length == 0 for k,v of vip_info.cdkeys when v.length == 0
......
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
challonge_cache[1] = null; challonge_cache[1] = null;
}; };
refresh_challonge_cache(); refresh_challonge_cache();
setInterval(refresh_challonge_cache, 30000); setInterval(refresh_challonge_cache, 60000);
} }
if (settings.modules.vip.enabled) { if (settings.modules.vip.enabled) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment