From 22a8752808f845c615945bdc484d051e2e7b454e Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Thu, 12 Oct 2017 15:27:27 -0400 Subject: [PATCH] trying to get data to load on heroku --- lib/tasks/data.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/data.rake b/lib/tasks/data.rake index 5fe42ab9..16f44a88 100644 --- a/lib/tasks/data.rake +++ b/lib/tasks/data.rake @@ -145,8 +145,8 @@ namespace :data do bad_answers = {} year = '2017' - # timeToRun = 0.2 * 60 * 60 - # startIndex = 0 + timeToRun = 10000 * 60 * 60 + startIndex = 0 startTime = Time.new ['student_responses', 'teacher_responses'].each do |file|