mirror of
https://github.com/discourse/discourse.git
synced 2025-06-27 02:32:01 +08:00
FIX: Typo in log_thread (#17226)
Follow up to 4199ada1ce341212e3d2d4890074db9de018d7a4
This commit is contained in:
@ -100,7 +100,7 @@ module Jobs
|
||||
|
||||
@@log_queue ||= Queue.new
|
||||
|
||||
if !@@log_thread || !@@log_thead.alive?
|
||||
if !@@log_thread || !@@log_thread.alive?
|
||||
@@log_thread = Thread.new do
|
||||
loop do
|
||||
@@logger << @@log_queue.pop
|
||||
|
Reference in New Issue
Block a user