mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-06 20:16:00 -04:00
FIX: Connections were incorrectly going to master when failing over.
This commit is contained in:
parent
cb5be1fe8f
commit
880b7e1053
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class PostgreSQLFallbackHandler
|
|||
end
|
||||
|
||||
def verify?
|
||||
!master && !running && !recently_checked?
|
||||
!master && !running
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Reference in a new issue