diff options
| author | Rémi Verschelde | 2018-01-07 12:38:08 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-07 12:38:08 +0100 |
| commit | 42ee9541fdebf27bde9b0cab614587fe5fcb0c95 (patch) | |
| tree | d7682707f16d0b8519a24c9a5007ad5ca814a2bf /main/main.cpp | |
| parent | 29e68aa40e3effa1946b3889021b8c61a933c05c (diff) | |
| parent | c7c764220cf944d05c63374f9e9de8828d0144d9 (diff) | |
| download | godot-42ee9541fdebf27bde9b0cab614587fe5fcb0c95.tar.gz godot-42ee9541fdebf27bde9b0cab614587fe5fcb0c95.tar.zst godot-42ee9541fdebf27bde9b0cab614587fe5fcb0c95.zip | |
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index b51ea3211..48537dc3a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -665,6 +665,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") { |
