From b38b8e980cb477ab2b0f320ab51eaa0c0fec7da6 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Mon, 24 Sep 2018 17:43:32 +0100 Subject: [PATCH] mon/config-key: increase max key entry size Turns out the dashboard requires more than 4K bytes on occasion. Instead of forcing them to split entries, we can afford them a bit more of extra size. We could go higher, but they tell us they don't need it. Signed-off-by: Joao Eduardo Luis --- src/common/options.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 3224438205578..0a51ba66d6693 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1655,8 +1655,9 @@ std::vector