tanishqgandhi1908 commented on code in PR #6872:
URL: https://github.com/apache/texera/pull/6872#discussion_r3855958259


##########
file-service/src/main/scala/org/apache/texera/service/resource/ModelResource.scala:
##########
@@ -50,6 +63,9 @@ object ModelResource {
       .getInstance()
       .createDSLContext()
 
+  private def singleFileUploadMaxBytes(defaultMiB: Long = 20L): Long =

Review Comment:
   Dropped it along with the SiteSettings import. On the size limit: 
uploadOneFile is shared with datasets, so adding one there would change dataset 
behaviour too — I'd rather do that as its own change than fold it in here.



-- 
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]

Reply via email to