Fix extended-region scene rendering and delivery
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-22 13:45:31 +02:00
parent c101007362
commit f6f5abe464
14 changed files with 1349 additions and 533 deletions

View File

@@ -39,7 +39,7 @@ const MAX_INPUT_LINES: usize = 4096;
const MAX_CLIENTS: usize = 64;
const MAX_COMMAND_BYTES: usize = 4096;
const MAX_MESSAGE_BYTES: usize = 1023;
const EVENT_QUEUE_CAPACITY: usize = 512;
const EVENT_QUEUE_CAPACITY: usize = 16_384;
const MAX_PACKET_LOG_COUNT: usize = 10_000;
const MAX_PACKET_LOG_BYTES: u64 = 16 * 1024 * 1024;
const MAX_LOADED_COMMANDS: usize = 128;