mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Prevent flipper preloads (#567)
This commit is contained in:
parent
eba35fed43
commit
81369f52eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue