core: fix git support

This commit is contained in:
Vaxry
2025-04-13 15:28:37 +01:00
parent 6e47605085
commit 9b3fd6efac
4 changed files with 49 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ class CConfig {
unsigned long int max_request_size = 10000000; // 10MB
bool git_host = false;
unsigned long int proxy_timeout_sec = 120; // 2 minutes
bool trace_logging = false;
} m_config;
};