mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
correct broken specs
This commit is contained in:
@@ -45,3 +45,8 @@ end
|
||||
|
||||
MessageBus.cache_assets = !Rails.env.development?
|
||||
MessageBus.enable_diagnostics
|
||||
|
||||
if Rails.env == "test"
|
||||
# disable keepalive in testing
|
||||
MessageBus.keepalive_interval = -1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user