Skip to content

Commit 5bab4c9

Browse files
landongrindheimsimi
authored andcommitted
Disable preloading of features
We'll need to monitor performance as we add feature flags. Since we're currently not gating features, we can do without preloading for now.
1 parent b4b1edd commit 5bab4c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ class Application < Rails::Application
8888
config.action_dispatch.default_headers.merge!(
8989
"Cross-Origin-Opener-Policy" => "same-origin"
9090
)
91+
92+
config.flipper.preload = false
9193
end
9294

9395
def self.config

0 commit comments

Comments
 (0)