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

Unified Diff: scripts/slave/compile.py

Issue 1868603005: Remove GOMA_PING_TIMEOUT_SEC and GOMA_PING_RETRY_INTERVAL. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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: scripts/slave/compile.py
diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py
index c202306e8f7411fcc27d668aa1fba6b7770974ad..d66cd65e10546e51b57b6dfda36e4b79d9149924 100755
--- a/scripts/slave/compile.py
+++ b/scripts/slave/compile.py
@@ -147,12 +147,6 @@ def goma_setup(options, env):
env['GOMA_BURST_MAX_SUBPROCS_LOW'] = max_subprocs
env['GOMA_BURST_MAX_SUBPROCS_HEAVY'] = max_heavy_subprocs
- # Allow to wait initial ping 30 seconds with 10 seconds interval.
- # Since retrying should cost more than 30 seconds, it should be better
- # to wait initial ping longer than default (10 seconds).
- env['GOMA_PING_TIMEOUT_SEC'] = '30'
- env['GOMA_PING_RETRY_INTERVAL'] = '10'
-
# Caches CRLs in GOMA_CACHE_DIR.
# Since downloading CRLs is usually slow, caching them may improves
# compiler_proxy start time.
« 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