Set much higher throttle limits by default
This commit is contained in:
parent
5c4200dc0c
commit
bdbed7706d
1 changed files with 2 additions and 1 deletions
|
@ -161,9 +161,10 @@ class Node extends Model implements CleansAttributes, ValidableContract
|
|||
'disk_use_seconds' => 30,
|
||||
'set_permissions_on_boot' => true,
|
||||
'throttle' => [
|
||||
'enabled' => true,
|
||||
'kill_at_count' => 5,
|
||||
'decay' => 10,
|
||||
'bytes' => 4096,
|
||||
'bytes' => 30720,
|
||||
'check_interval_ms' => 100,
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue