TooB ML support for large model. .zip file uploads.

This commit is contained in:
Robin Davies
2024-08-17 23:09:04 -04:00
parent 7bd4479bda
commit 1f95908d34
22 changed files with 845 additions and 530 deletions
+2 -1
View File
@@ -236,7 +236,8 @@ public:
const boost::asio::ip::address &address,
int port,
const char *rootPath,
int threads);
int threads,
size_t maxUploadsize);
};