Bump max file size to 1MB (#633)
This commit is contained in:
@@ -64,8 +64,8 @@ const OMITTED_FILES = [
|
|||||||
".env",
|
".env",
|
||||||
];
|
];
|
||||||
|
|
||||||
// Maximum file size to include (in bytes) - 100KB
|
// Maximum file size to include (in bytes) - 1MB
|
||||||
const MAX_FILE_SIZE = 100 * 1024;
|
const MAX_FILE_SIZE = 1000 * 1024;
|
||||||
|
|
||||||
// Maximum size for fileContentCache
|
// Maximum size for fileContentCache
|
||||||
const MAX_FILE_CACHE_SIZE = 500;
|
const MAX_FILE_CACHE_SIZE = 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user