Skip to content

Commit bdbed77

Browse files
committed
Set much higher throttle limits by default
1 parent 5c4200d commit bdbed77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Models/Node.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ public function getConfigurationAsJson($pretty = false)
161161
'disk_use_seconds' => 30,
162162
'set_permissions_on_boot' => true,
163163
'throttle' => [
164+
'enabled' => true,
164165
'kill_at_count' => 5,
165166
'decay' => 10,
166-
'bytes' => 4096,
167+
'bytes' => 30720,
167168
'check_interval_ms' => 100,
168169
],
169170
],

0 commit comments

Comments
 (0)