mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Typo in log_thread (#17226)
Follow up to 4199ada1ce341212e3d2d4890074db9de018d7a4
This commit is contained in:
parent
6a61e855b3
commit
3f5e19c62a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user