This commit is contained in:
as2252258@163.com
2021-04-04 03:01:12 +08:00
parent 59a8974672
commit c7e059f104
14 changed files with 1230 additions and 1230 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ abstract class Pool extends Component
*/
private function getClearTime(): array
{
$firstClear = Config::get('pool.clear.start', false, 600);
$lastClear = Config::get('pool.clear.end', false, 300);
$firstClear = Config::get('pool.clear.start', 600);
$lastClear = Config::get('pool.clear.end', 300);
return [$firstClear, $lastClear];
}