Skip to content

Commit

Permalink
MB
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Dec 12, 2023
1 parent b193aa6 commit 08da24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation/validate_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from PIL import Image
import sys

MAX_ALLOWED_BANNER_IMAGE_SIZE = 50 * 1024
MAX_ALLOWED_LOGO_IMAGE_SIZE = 10 * 1024
MAX_ALLOWED_BANNER_IMAGE_SIZE = 5 * 1024 * 1024
MAX_ALLOWED_LOGO_IMAGE_SIZE = 1 * 1024 * 1024
# ToDo: discuss problem with MB-sized pictures with mentors, experts and BAs


Expand Down

0 comments on commit 08da24a

Please sign in to comment.