mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Allow DistributedCache#delete
to not publish changes.
This commit is contained in:
@@ -46,7 +46,7 @@ class PostgreSQLFallbackHandler
|
||||
end
|
||||
|
||||
def master_up(namespace)
|
||||
synchronize { @masters_down.delete(namespace) }
|
||||
synchronize { @masters_down.delete(namespace, publish: false) }
|
||||
end
|
||||
|
||||
def initiate_fallback_to_master
|
||||
|
Reference in New Issue
Block a user