mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
disable diags for now
This commit is contained in:
parent
edaa7643c5
commit
e925d53463
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ module Discourse
|
|||
# -- all .rb files in that directory are automatically loaded.
|
||||
|
||||
require 'discourse'
|
||||
require 'message_bus_diags'
|
||||
# initializes message bus too early, not picking on redis settings, needs to be fixed
|
||||
# require 'message_bus_diags'
|
||||
|
||||
# Custom directories with classes and modules you want to be autoloadable.
|
||||
config.autoload_paths += %W(#{config.root}/app/serializers)
|
||||
|
|
Loading…
Reference in a new issue