This commit is contained in:
Default
2025-04-24 17:37:41 +08:00
parent 8754bbc58e
commit aaa901f9ee
3 changed files with 25 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class Scheduler extends ZwScheduler
*/
public function init()
{
$this->intSlice = 8;
$this->intSlice = 1;
}
/**