This commit is contained in:
Default
2025-04-16 10:59:48 +08:00
parent d101d89351
commit adc94c309d
5 changed files with 3 additions and 38 deletions

View File

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