• Lincoln Nogueira's avatar
    fix: File size exceeds allowed limit of 0 MiB (#1664) · 668a9e88
    Lincoln Nogueira authored
    fix: File size exceeds allowed limit of 0 MiB
    
    This could happen in databases without "max-upload-size-mib" setting.
    
    Now, both the front-end and the back-end will start with a default
    limit of 32 MiB, even if the key is absent.
    
    It is still possible to disable uploads by setting the value to 0.
    668a9e88
resource.go 17.6 KB