chore: sync release updates

This commit is contained in:
wushumin
2026-05-22 15:47:23 +08:00
parent be64b8e5b7
commit baef2fb64c
23 changed files with 879 additions and 131 deletions

View File

@@ -18,6 +18,7 @@ return [
'pid_file' => runtime_path() . '/webman.pid',
'status_file' => runtime_path() . '/webman.status',
'stdout_file' => runtime_path() . '/logs/stdout.log',
'log_file' => runtime_path() . '/logs/workerman.log',
'max_package_size' => 10 * 1024 * 1024
];
'log_file' => runtime_path() . '/logs/workerman.log',
// Keep this above the 50m Nginx upload limit so Workerman does not reject videos first.
'max_package_size' => 64 * 1024 * 1024
];