[provider]: increase ManifestServiceExposeHTTPOptions.MaxBodySize
from uint32
#156
Labels
ManifestServiceExposeHTTPOptions.MaxBodySize
from uint32
#156
Describe the bug
We are trying to increase the upload size to a Jupyter Notebook instance to around 5GB. However, due to the uint32 limit, we cannot increase past ~4GB.
To Reproduce
Steps to reproduce the behavior:
Create an SDL with the
http_options
shown above. The cloudmos proxy throwsExpected behavior
This is expected as the limit is uint32
Potential fix
Increase that field to
uint64
. The relevant code is here. Thank you!The text was updated successfully, but these errors were encountered: