Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astrophysik committed Feb 9, 2024
1 parent b3f1dee commit a4ba567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/php-engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ void generic_event_loop(WorkerType worker_type, bool init_and_listen_rpc_port) n

if (worker_type == WorkerType::general_worker) {
if (sigterm_on && precise_now > sigterm_time && !php_worker_run_flag && pending_http_queue.first_query == (conn_query *)&pending_http_queue) {
kprintf("General worker is quitting because of SIGTERM\n");
vkprintf(1, "General worker is quitting because of SIGTERM\n");
break;
}
} else if (worker_type == WorkerType::job_worker) {
Expand Down

0 comments on commit a4ba567

Please sign in to comment.