Commit 26f3087572280bda0d5f75a6503bf9d7649704a1

Authored by Luke Baker
1 parent dff16e9d

add max_ids values

Showing 1 changed file with 13 additions and 13 deletions   Show diff stats
lib/tasks/timezone.rake
... ... @@ -78,19 +78,19 @@ namespace :timezone do
78 78 :delayed_jobs => ['created_at', 'updated_at', 'run_at', 'locked_at', 'failed_at'],
79 79 }
80 80 max_ids = {
81   - :appearances => 99999999999999,
82   - :choices => 99999999999999,
83   - :clicks => 99999999999999,
84   - :densities => 99999999999999,
85   - :flags => 99999999999999,
86   - :prompts => 99999999999999,
87   - :skips => 99999999999999,
88   - :votes => 99999999999999,
89   - :visitors => 99999999999999,
90   - :users => 99999999999999,
91   - :questions => 99999999999999,
92   - :question_versions => 99999999999999,
93   - :delayed_jobs => 99999999999999,
  81 + :appearances => 5065164,
  82 + :choices => 199505,
  83 + :clicks => 9874,
  84 + :densities => 2417129,
  85 + :flags => 1528,
  86 + :prompts => 10130927,
  87 + :skips => 435948,
  88 + :votes => 3660738,
  89 + :visitors => 1095417,
  90 + :users => 9,
  91 + :questions => 2253,
  92 + :question_versions => 15063,
  93 + :delayed_jobs => 4623375,
94 94 }
95 95  
96 96 STDOUT.sync = true
... ...