Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2926)

Unified Diff: dashboard/dashboard/pinpoint/models/job.py

Issue 3002903002: [pinpoint] Refactor Quest Generator. (Closed)
Patch Set: quest_parser module Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dashboard/dashboard/pinpoint/models/job.py
diff --git a/dashboard/dashboard/pinpoint/models/job.py b/dashboard/dashboard/pinpoint/models/job.py
index 69ca196c442fff73a21cddb34a52937f91fcfd73..3bf17a3ca1e0ec9fe2320e3e98dfdb02a386a8a4 100644
--- a/dashboard/dashboard/pinpoint/models/job.py
+++ b/dashboard/dashboard/pinpoint/models/job.py
@@ -21,7 +21,6 @@ from dashboard.services import issue_tracker_service
_TASK_INTERVAL = 10
-_DEFAULT_REPEAT_COUNT = 10
_DEFAULT_ATTEMPT_COUNT = 1
_SIGNIFICANCE_LEVEL = 0.01

Powered by Google App Engine
This is Rietveld 408576698