mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 01:45:43 +08:00
FIX: Make sure we write inside a lock.
This commit is contained in:
parent
9de5c340b0
commit
f2db1a27cf
@ -39,8 +39,10 @@ class PostgreSQLFallbackHandler
|
||||
raise e
|
||||
end
|
||||
ensure
|
||||
@last_check = Time.zone.now
|
||||
@running = false
|
||||
@mutex.synchronize do
|
||||
@last_check = Time.zone.now
|
||||
@running = false
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user