1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-26 21:02:28 +02:00

Change config value for daemon

This commit is contained in:
Dane Everitt 2018-03-08 23:35:36 -06:00
parent 7b34dab453
commit dfb002fb33
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -164,7 +164,7 @@ class Node extends Model implements CleansAttributes, ValidableContract
'enabled' => true, 'enabled' => true,
'kill_at_count' => 5, 'kill_at_count' => 5,
'decay' => 10, 'decay' => 10,
'bytes' => 30720, 'lines' => 1000,
'check_interval_ms' => 100, 'check_interval_ms' => 100,
], ],
], ],