8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
return [
|
|
"default" => [
|
|
"min" => 10,
|
|
"max" => 20,
|
|
"idleTime" => 20
|
|
]
|
|
]; |