Commit ea2ac43c authored by nanahira's avatar nanahira

longer cache time

parent e38349eb
......@@ -322,7 +322,7 @@ if settings.modules.challonge.enabled
# return
# )
# })
setInterval(refresh_challonge_cache, 30000)
setInterval(refresh_challonge_cache, 60000)
# 获取可用内存
memory_usage = 0
......
......@@ -362,7 +362,7 @@
challonge_cache[1] = null;
};
refresh_challonge_cache();
setInterval(refresh_challonge_cache, 30000);
setInterval(refresh_challonge_cache, 60000);
}
memory_usage = 0;
......
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