-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up size limit for data in submission_file_types #578
base: master
Are you sure you want to change the base?
Conversation
I'm not sure it would have any effect for us though, as this is only used when initiallizing the DB, I think? For an existing DB we need to change the value in the DB directly. |
I also changed value of max_size in DB directly and it solves our pb |
@frcaud tests complain |
Codecov Report
@@ Coverage Diff @@
## master #578 +/- ##
=======================================
Coverage 93.52% 93.52%
=======================================
Files 103 103
Lines 8964 8964
=======================================
Hits 8384 8384
Misses 580 580
Continue to review full report at Codecov.
|
CIs are green ! |
I am surprised you have to modify things just here. You have references elsewhere to the 100MB limit eg in test and maybe in the doc ? |
Up the size limit for data in submission_file_types, mainly to upload bigger weights files for NN (from 100M to 1G)