We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4200d commit bdbed77Copy full SHA for bdbed77
app/Models/Node.php
@@ -161,9 +161,10 @@ public function getConfigurationAsJson($pretty = false)
161
'disk_use_seconds' => 30,
162
'set_permissions_on_boot' => true,
163
'throttle' => [
164
+ 'enabled' => true,
165
'kill_at_count' => 5,
166
'decay' => 10,
- 'bytes' => 4096,
167
+ 'bytes' => 30720,
168
'check_interval_ms' => 100,
169
],
170
0 commit comments