Skip to content

Commit

Permalink
Fix seeds for five flag experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Feb 26, 2018
1 parent f877204 commit 5be5519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/seeds.rb
Expand Up @@ -71,3 +71,8 @@
name: 'dry_run',
value: '1'
)

FlagSetting.create(
name: 'five_flag_experiment_threshold',
value: '10000'
)

0 comments on commit 5be5519

Please sign in to comment.