一开始没加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