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

垃圾回收更加积极

parent eaa3c937
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'
collectgarbage 'generational'
collectgarbage('generational', 5, 20)
log = require 'log'
log.init(ROOT, ROOT / 'log' / 'service.log')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment