Skip to content
Snippets Groups Projects
Commit 15abb690 authored by 最萌小汐's avatar 最萌小汐
Browse files

修正一些问题

parent 783786e4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ local fs = require 'bee.filesystem'
ROOT = fs.path(rootPath)
LANG = LANG or 'en-US'
debug.setcstacklimit(200)
debug.setcstacklimit(1000)
collectgarbage('generational', 10, 50)
--collectgarbage('incremental', 120, 120, 0)
......
......@@ -145,4 +145,6 @@ function m.getCache(name)
return m.cache[name]
end
m.flushCache()
return m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment