Skip to content

上传失败, 支持的文件最大大小为: 100 MiB || Upload failed. The maximum supported file size is: 100MiB #288

@SyberRabbit

Description

@SyberRabbit

一开始没加FILE_LIMIT,提示限制最大为1MiB
后来我添加了FILE_LIMIT: 104857600,并admin清除缓存,就提示上限100MiB到这里,说明compose的修改是可以影响到文件大小上限的
之后我修改为FILE_LIMIT: 1073741824,并admin清除缓存,提示却还是上限100MiB


FILE_LIMIT was not added at the beginning, and the maximum limit is 1MiB
Later I added FILE_LIMIT: 104857600 and cleared the cache by admin, and prompted that the upper limit of 100MiB is here, indicating that the modification of compose can affect the upper limit of file size.
After that, I modified it to FILE_LIMIT: 1073741824 and cleared the cache by admin, but the prompt was still the upper limit of 100MiB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions