chore: sync release updates
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user