datalab-org / datalab

datalab is a place to store experimental data and the connections between them.
https://docs.datalab-org.io
MIT License
49 stars 17 forks source link

`MAX_CONTENT_SIZE` config is not using the correct units #978

Closed ml-evs closed 3 weeks ago

ml-evs commented 3 weeks ago

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