删除无用文件

修改初始化函数, 不在需要传递运行路径
This commit is contained in:
2024-05-19 21:55:21 +08:00
parent e0eef21b5b
commit b1955202cf
4 changed files with 2 additions and 39 deletions

View File

@@ -14,7 +14,7 @@ application::application() {
g_application = this;
}
void application::init(const char* runtime_dir) {
void application::init() {
try {
auto max_size = 1048576 * 10; // 10MB
auto max_files = 3;