Set much higher throttle limits by default

This commit is contained in:
Dane Everitt 2018-02-24 16:00:53 -06:00
parent 5c4200dc0c
commit bdbed7706d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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,
],
],