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,5 +15,8 @@
"max_request_size": 10000000,
// Timeout of 2 minutes for the proxy requests
"proxy_timeout_sec": 120
"proxy_timeout_sec": 120,
// enables (a lot) more logging
"trace_logging": false
}