Change navigation region and link updates to an async process

Changes navigation region and link updates to an async process.
This commit is contained in:
smix8 2025-05-19 00:54:35 +02:00
parent ca1e4785b2
commit 877da269d8
24 changed files with 1077 additions and 466 deletions

View file

@ -2341,6 +2341,9 @@
<member name="navigation/world/map_use_async_iterations" type="bool" setter="" getter="" default="true">
If enabled, navigation map synchronization uses an async process that runs on a background thread. This avoids stalling the main thread but adds an additional delay to any navigation map change.
</member>
<member name="navigation/world/region_use_async_iterations" type="bool" setter="" getter="" default="true">
If enabled, navigation region synchronization uses an async process that runs on a background thread. This avoids stalling the main thread but adds an additional delay to any navigation region change.
</member>
<member name="network/limits/debugger/max_chars_per_second" type="int" setter="" getter="" default="32768">
Maximum number of characters allowed to send as output from the debugger. Over this value, content is dropped. This helps not to stall the debugger connection.
</member>