• 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
..
auth Loading commit data...
dist Loading commit data...
profile Loading commit data...
version Loading commit data...
auth.go Loading commit data...
common.go Loading commit data...
embed_frontend.go Loading commit data...
http_getter.go Loading commit data...
idp.go Loading commit data...
jwt.go Loading commit data...
memo.go Loading commit data...
memo_relation.go Loading commit data...
memo_resource.go Loading commit data...
openai.go Loading commit data...
resource.go Loading commit data...
rss.go Loading commit data...
server.go Loading commit data...
shortcut.go Loading commit data...
storage.go Loading commit data...
system.go Loading commit data...
tag.go Loading commit data...
tag_test.go Loading commit data...
user.go Loading commit data...