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

Unified Diff: masters/master.chromium.gpu.fyi/master.cfg

Issue 1841603002: Enable compression of any gpu.fyi logs greater than 10 MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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: masters/master.chromium.gpu.fyi/master.cfg
diff --git a/masters/master.chromium.gpu.fyi/master.cfg b/masters/master.chromium.gpu.fyi/master.cfg
index f019419cd86daf0d013b98b91e79219f5551f90b..379d253d5be7fd7545c4ee1bf499dd85d9f6bb6e 100644
--- a/masters/master.chromium.gpu.fyi/master.cfg
+++ b/masters/master.chromium.gpu.fyi/master.cfg
@@ -22,8 +22,8 @@ ActiveMaster = master_site_config.ChromiumGPUFYI
# a shorter alias to save typing.
c = BuildmasterConfig = {}
-# Disable compression for the stdio files.
-c['logCompressionLimit'] = False
+# Enable compression for any stdio log file larger than 10 MB.
+c['logCompressionLimit'] = 1024 * 1024 * 10 # 10 MB
config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
« 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