Skip to content

Commit

Permalink
QA: Update reports to use the new setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 31, 2024
1 parent 49c032f commit 06453b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller_reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function sig_handler($signo) {

if (!$force) {
/* silently end if the registered process is still running, or process table missing */
if (!register_process_start('reports', 'master', 0, read_config_option('reports_timeout'))) {
if (!register_process_start('reports', 'master', 0, read_config_option('scheduler_timeout'))) {
exit(0);
}
}
Expand Down

0 comments on commit 06453b2

Please sign in to comment.