From 549928ddd27d4fe1db39079dd66a5a2b85864a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 25 Sep 2023 13:51:39 +0200 Subject: [PATCH] classref: Sync with current 3.5 branch (3.5.3-stable) --- classes/class_projectsettings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/class_projectsettings.rst b/classes/class_projectsettings.rst index 74d58f646..5a6a7c824 100644 --- a/classes/class_projectsettings.rst +++ b/classes/class_projectsettings.rst @@ -5214,7 +5214,7 @@ Default map up vector for 3D navigation maps. See :ref:`NavigationServer.map_set :ref:`int` **network/limits/debugger_stdout/max_chars_per_second** = ``2048`` -Maximum amount of characters allowed to send as output from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection. +Maximum amount of characters allowed to send as output from the debugger. Over this value, content is dropped with the message ``"output overflow, print less text!"``. This helps not to stall the debugger connection. .. rst-class:: classref-item-separator