mirror of
https://github.com/internetee/registry.git
synced 2025-05-29 17:10:08 +02:00
Strory#110308584 - don't need to raise n+1 queries as they are run by Que
This commit is contained in:
parent
ee59f579a6
commit
c0772c9ad6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Rails.application.configure do
|
|||
Bullet.enable = true
|
||||
Bullet.bullet_logger = true
|
||||
Bullet.rails_logger = true
|
||||
Bullet.raise = true # raise an error if n+1 query occurs
|
||||
# Bullet.raise = true # raise an error if n+1 query occurs
|
||||
Bullet.unused_eager_loading_enable = false
|
||||
|
||||
# Currenty hard to fix, it is triggered by Epp::Domain.new_from_epp for create request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue