mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:44:39 +08:00
tighten time to stop schedueler
This commit is contained in:
@ -134,7 +134,7 @@ module Scheduler
|
||||
enq(nil)
|
||||
|
||||
Thread.new do
|
||||
sleep 5
|
||||
sleep 0.5
|
||||
@thread.kill
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user