mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
This commit is contained in:
@@ -81,4 +81,4 @@ end
|
||||
require 'sidekiq/testing'
|
||||
Sidekiq::Testing.inline!
|
||||
|
||||
ActiveRecordQueryTrace.enabled = true
|
||||
ActiveRecordQueryTrace.enabled = ENV.fetch('QUERY_TRACE_ENABLED') { false }
|
||||
|
||||
Reference in New Issue
Block a user