Skip to content

Commit dfb002f

Browse files
committed
Change config value for daemon
1 parent 7b34dab commit dfb002f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getConfigurationAsJson($pretty = false)
164164
'enabled' => true,
165165
'kill_at_count' => 5,
166166
'decay' => 10,
167-
'bytes' => 30720,
167+
'lines' => 1000,
168168
'check_interval_ms' => 100,
169169
],
170170
],

0 commit comments

Comments
 (0)