aicam commented on code in PR #8000:
URL: https://github.com/apache/texera/pull/8000#discussion_r3875214989
##########
common/config/src/main/resources/default.conf:
##########
@@ -95,6 +99,22 @@ dataset {
multipart_upload_chunk_size_mib = ${?DATASET_MULTIPART_UPLOAD_CHUNK_SIZE_MIB}
}
+model {
+ model_single_file_upload_max_size_mib = 2048
Review Comment:
either rename dataset config params to reflect this to them or use the
parent identifier (like `model` or `dataset`) to access them, currently the
naming is not consistent
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]