The default value is meant to be 100 GB (perhaps this should be revised anyway...) but it seems that the config value is being interpreted as much lower (presumably 100 MB). This should be:
tested, by making sure you cannot upload a file when it is set too low (i.e., in the test suite, set it to 5 MB or something and try to upload our largest file)
The default value is meant to be 100 GB (perhaps this should be revised anyway...) but it seems that the config value is being interpreted as much lower (presumably 100 MB). This should be:
https://github.com/datalab-org/datalab/blob/b38c99f404acff7622653b2e873070ba324e3fdd/pydatalab/src/pydatalab/config.py#L233-L240