Skip to content

Commit

Permalink
modify constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
TamsilAmani committed May 23, 2024
1 parent 37936a9 commit 361ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports.EVENTS = {
exports.ACCESSIBILITY_URL= 'https://accessibility.browserstack.com/api';

// Maximum size of VCS info which is allowed
exports.MAX_GIT_META_DATA_SIZE_IN_BYTES = 65536;
exports.MAX_GIT_META_DATA_SIZE_IN_BYTES = 64 * 1024;

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

0 comments on commit 361ac29

Please sign in to comment.