update to 2.5.0-b3 (build 412)

This commit is contained in:
crazywhalecc
2021-07-09 01:43:39 +08:00
parent 48215f2e5e
commit 58267f66fc
3 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ class OnManagerStart implements SwooleEvent
SignalListener::signalManager();
}
self::$process = new Process(function() {
swoole_set_process_name($_SERVER["_"]." {ext-proc}");
if (Framework::$argv["watch"]) {
if (extension_loaded('inotify')) {
Console::info("Enabled File watcher, framework will reload automatically.");