From a1eb8aec686ea99a4789342c260b4d5449a8afc4 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 2 Jul 2021 14:19:30 +0000 Subject: [PATCH] common/options: Set osd_client_message_cap to 256. This seems like a reasonable default value based on testing results here: https://docs.google.com/spreadsheets/d/1dwKcxFKpAOWzDPekgojrJhfiCtPgiIf8CGGMG1rboRU/edit?usp=sharing Eventually we may want to rethink how the throttles and even how flow control works, but this at least gives us some basic limits now ( a little higher than the old value of 100 that we used for many years). Signed-off-by: Mark Nelson (cherry picked from commit ac8cf275a6d191d71c104f6822b62ba67a0a4fcd) Conflicts: src/common/options/osd.yaml.in - file does not exist in octopus --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 85f4203be368..7d0de6df70d1 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2569,7 +2569,7 @@ std::vector