Prevent flipper preloads (#567)

This commit is contained in:
Max Wofford 2025-10-06 15:48:35 -04:00 committed by GitHub
parent eba35fed43
commit 81369f52eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ Rails.application.configure do
## * you have limited gate data combined across all features (< 1k enabled gates, like individual actors, across all features)
##
## For more info, see https://www.flippercloud.io/docs/optimization#preloading
# config.flipper.preload = true
config.flipper.preload = false
## Warn or raise an error if an unknown feature is checked
## Can be set to `:warn`, `:raise`, or `false`