mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
Set much higher throttle limits by default
This commit is contained in:
parent
5c4200dc0c
commit
bdbed7706d
@ -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…
x
Reference in New Issue
Block a user