diff --git a/src/spore/types/Config.cpp b/src/spore/types/Config.cpp index 0e8d8f7..84f1bff 100644 --- a/src/spore/types/Config.cpp +++ b/src/spore/types/Config.cpp @@ -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; } \ No newline at end of file