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

Unified Diff: infra_libs/ts_mon/interface.py

Issue 1296863003: Reduce the number of MetricsData protos to put in each request. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix the test Created 5 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
« no previous file with comments | « no previous file | infra_libs/ts_mon/test/interface_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra_libs/ts_mon/interface.py
diff --git a/infra_libs/ts_mon/interface.py b/infra_libs/ts_mon/interface.py
index e24bf14d120309f21c77e967f35908a3c5d31741..9fd15388c4b30d31aaee659a7c9aa93b184870ac 100644
--- a/infra_libs/ts_mon/interface.py
+++ b/infra_libs/ts_mon/interface.py
@@ -43,7 +43,7 @@ from infra_libs.ts_mon import errors
# The maximum number of MetricsData messages to include in each HTTP request.
# MetricsCollections larger than this will be split into multiple requests.
-METRICS_DATA_LENGTH_LIMIT = 5000
+METRICS_DATA_LENGTH_LIMIT = 1000
class State(object):
« no previous file with comments | « no previous file | infra_libs/ts_mon/test/interface_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698