Skip to content

Commit dc92647

Browse files
committed
modify constant value
1 parent 34cf476 commit dc92647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ const CYPRESS_CONFIG_FILE_NAMES = Object.keys(CYPRESS_CONFIG_FILE_MAPPING);
442442
const CYPRESS_V10_AND_ABOVE_CONFIG_FILE_EXTENSIONS = ['js', 'ts', 'cjs', 'mjs']
443443

444444
// Maximum size of VCS info which is allowed
445-
const MAX_GIT_META_DATA_SIZE_IN_BYTES = 65536;
445+
const MAX_GIT_META_DATA_SIZE_IN_BYTES = 64 * 1024;
446446

447447
/* The value to be appended at the end if git metadata is larger than
448448
MAX_GIT_META_DATA_SIZE_IN_BYTES

0 commit comments

Comments
 (0)