commit | ce931cc1630df8798192eaddf9ea8b26d611befd | [log] [tgz] |
---|---|---|
author | Matthew Mosesohn <mmosesohn@mirantis.com> | Thu Jul 13 19:06:26 2017 +0300 |
committer | Matthew Mosesohn <mmosesohn@mirantis.com> | Fri Jul 14 12:20:04 2017 +0000 |
tree | 5e731397c4caf62264590cd4a1cf1093bfeb2da6 | |
parent | 2de41e3c704104dc83d554c13c37fc4dcdf2b467 [diff] [blame] |
Raise max_event_size Allows handling of large output (default 1mb, now 100mb) Change-Id: Ic5c09155a14003747696c9974b19d21896bf881c
diff --git a/metadata/service/master/cluster.yml b/metadata/service/master/cluster.yml index 591f5f1..f2f941e 100644 --- a/metadata/service/master/cluster.yml +++ b/metadata/service/master/cluster.yml
@@ -12,3 +12,4 @@ engine: pkg command_timeout: 5 worker_threads: 3 + max_event_size: 100000000