• 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
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
api Loading commit data...
assets Loading commit data...
cmd Loading commit data...
common Loading commit data...
docs Loading commit data...
plugin Loading commit data...
scripts Loading commit data...
server Loading commit data...
setup Loading commit data...
store Loading commit data...
test Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
CODEOWNERS Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
docker-compose.uffizzi.yml Loading commit data...
docker-compose.yaml Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
main.go Loading commit data...