msgbyte / msgbyte/tailchat

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

Open
#288 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
3.6k
Forks
398
Avg merge
1h 14m
Merged PRs (30d)
2

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named in the report. Start by reproducing the FILE_LIMIT changes in the compose configuration and clearing the admin cache after each value; done means the upload limit follows the configured value instead of remaining at 100 MiB.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, typescript
Domain
backend, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.