add /modlist endpoint, DownloadThreads config option

This commit is contained in:
Lion Kortlepel
2022-07-26 17:57:19 +02:00
parent f48b8ff1a1
commit 5394122d77
5 changed files with 30 additions and 20 deletions

View File

@@ -55,6 +55,7 @@ public:
int MaxCars { 1 };
bool DebugModeEnabled { false };
int Port { 30814 };
int DownloadThreads { 4 };
std::string CustomIP {};
bool LogChat { true };
bool SendErrors { true };