feature/relay-example-ui #6

Merged
master merged 4 commits from feature/relay-example-ui into main 2025-09-16 18:14:59 +02:00
Showing only changes of commit 95a7e3167e - Show all commits

View File

@@ -30,7 +30,7 @@ Config::Config() {
json_doc_size = 1024;
// Memory Management
low_memory_threshold_bytes = 100000; // 10KB
low_memory_threshold_bytes = 10000; // 10KB
critical_memory_threshold_bytes = 5000; // 5KB
max_concurrent_http_requests = 3;
}