Skip to content

Commit 7cf098f

Browse files
committed
Lower the max files used
1 parent 1d14d39 commit 7cf098f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const DEFAULT_GLOB_PATTERN = '**/*@(.sh|.inc|.bash|.command)'
2-
export const DEFAULT_BACKGROUND_ANALYSIS_MAX_FILES = 5000
2+
export const DEFAULT_BACKGROUND_ANALYSIS_MAX_FILES = 500
33

44
export function getShellcheckPath(): string | null {
55
const { SHELLCHECK_PATH } = process.env

0 commit comments

Comments
 (0)