Skip to content

Commit

Permalink
Increase PENDING_STORAGE_FILES_FOR_REMOVAL_MAX_NUMBER
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Jan 6, 2025
1 parent 3aec8ba commit bf71da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ export const COMMAND_STATUS = {
REPEATING: 'REPEATING',
};

export const PENDING_STORAGE_FILES_FOR_REMOVAL_MAX_NUMBER = 10_000;
export const PENDING_STORAGE_FILES_FOR_REMOVAL_MAX_NUMBER = 100_000;

export const OPERATION_ID_FILES_FOR_REMOVAL_MAX_NUMBER = 100;

Expand Down

0 comments on commit bf71da0

Please sign in to comment.