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

Unified Diff: pending_manager.py

Issue 139583003: Turn up the batch/burst size for draining the pending queue faster. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pending_manager.py
===================================================================
--- pending_manager.py (revision 245103)
+++ pending_manager.py (working copy)
@@ -146,7 +146,7 @@
# Maximum number of commits done in a burst.
MAX_COMMIT_BURST = 4
# Delay (secs) between commit bursts.
- COMMIT_BURST_DELAY = 10*60
+ COMMIT_BURST_DELAY = 8*60
def __init__(self, context_obj, pre_patch_verifiers, verifiers,
project_name=''):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698