diff options
Diffstat (limited to 'dashboard/app/coverage_batch.go')
| -rw-r--r-- | dashboard/app/coverage_batch.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dashboard/app/coverage_batch.go b/dashboard/app/coverage_batch.go index 505fbe00d..8a720066c 100644 --- a/dashboard/app/coverage_batch.go +++ b/dashboard/app/coverage_batch.go @@ -25,10 +25,7 @@ func initCoverageBatches() { http.HandleFunc("/cron/batch_coverage", handleBatchCoverage) } -const ( - daysToMerge = 7 - batchTimeoutSeconds = 60 * 60 * 6 -) +const batchTimeoutSeconds = 60 * 60 * 12 func handleBatchCoverage(w http.ResponseWriter, r *http.Request) { ctx := appengine.NewContext(r) |
