Refactor server setting model to restart Sentinel on specific config changes
This commit is contained in:
parent
1f221d9791
commit
6e305a33de
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ protected static function booted()
|
|||
$setting->isDirty('sentinel_metrics_history_days') ||
|
||||
$setting->isDirty('sentinel_push_interval_seconds')
|
||||
) {
|
||||
loggy('Restarting Sentinel');
|
||||
$setting->server->restartSentinel();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue