Skip to content

Commit

Permalink
One more tweak to #5338
Browse files Browse the repository at this point in the history
My goodness.  What happened?
  • Loading branch information
TheWitness committed Jun 3, 2023
1 parent 105fea4 commit e084764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller_boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function boost_prepare_process_table() {
$boost_poller_status = read_config_option('boost_poller_status');
if (!$boost_poller_status) {
$boost_poller_status = 'not started';
]
}

/* detect a process that has overrun it's warning time */
if (substr_count($boost_poller_status, 'running')) {
Expand Down

0 comments on commit e084764

Please sign in to comment.