Unverified 提交 8518741c authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Bump max file size to 1MB (#633)

上级 d0eae9c9
......@@ -64,8 +64,8 @@ const OMITTED_FILES = [
".env",
];
// Maximum file size to include (in bytes) - 100KB
const MAX_FILE_SIZE = 100 * 1024;
// Maximum file size to include (in bytes) - 1MB
const MAX_FILE_SIZE = 1000 * 1024;
// Maximum size for fileContentCache
const MAX_FILE_CACHE_SIZE = 500;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论