mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
@@ -173,7 +173,7 @@ func DrainWorkers() {
|
||||
// RestartWorkers attempts to restart all workers gracefully
|
||||
// All workers must be restarted at the same time to prevent issues with opcache resetting.
|
||||
func RestartWorkers() {
|
||||
restartThreadsAndOpcacheReset(false)
|
||||
restartThreadsAndOpcacheReset(true)
|
||||
}
|
||||
|
||||
func (worker *worker) attachThread(thread *phpThread) {
|
||||
|
||||
Reference in New Issue
Block a user