Skip to content

Commit

Permalink
constants: remove MAX_SIGSIZE (pypi#16373)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Jul 31, 2024
1 parent 11bdaa9 commit 6e9123d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion warehouse/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
ONE_MIB = 1 * 1024 * 1024
ONE_GIB = 1 * 1024 * 1024 * 1024
MAX_FILESIZE = 100 * ONE_MIB
MAX_SIGSIZE = 8 * 1024
MAX_PROJECT_SIZE = 10 * ONE_GIB

0 comments on commit 6e9123d

Please sign in to comment.