From c7c764220cf944d05c63374f9e9de8828d0144d9 Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Wed, 3 Jan 2018 17:04:10 +0100 Subject: Limit number of errors and messages sent by runner --- main/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main') diff --git a/main/main.cpp b/main/main.cpp index ac68fe1296..86e72d8eb7 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -664,6 +664,8 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph GLOBAL_DEF("memory/limits/multithreaded_server/rid_pool_prealloc", 60); GLOBAL_DEF("network/limits/debugger_stdout/max_chars_per_second", 2048); + GLOBAL_DEF("network/limits/debugger_stdout/max_messages_per_frame", 10); + GLOBAL_DEF("network/limits/debugger_stdout/max_errors_per_frame", 10); if (debug_mode == "remote") { -- cgit v1.2.3