Skip to content

Commit

Permalink
CM-35804 - Increase file size limit from 1MB to 5MB (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored May 13, 2024
1 parent 10d726f commit 8b9e472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cycode/cli/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
EXCLUSIONS_BY_RULE_SECTION_NAME = 'rules'
EXCLUSIONS_BY_PACKAGE_SECTION_NAME = 'packages'

# 1MB in bytes (in decimal)
FILE_MAX_SIZE_LIMIT_IN_BYTES = 1000000
# 5MB in bytes (in decimal)
FILE_MAX_SIZE_LIMIT_IN_BYTES = 5000000

# 20MB in bytes (in binary)
ZIP_MAX_SIZE_LIMIT_IN_BYTES = 20971520
Expand Down

0 comments on commit 8b9e472

Please sign in to comment.