Skip to content

Commit 0d7e7b9

Browse files
committed
Extended sandbox size check. 10MB for noBuild and 768MB for sources file
1 parent 0687bb2 commit 0d7e7b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pandaclient/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
# limits on file sizes
7878
NO_BUILD_LIMIT = 10 * 1024 * 1024
79-
SOURCES_LIMIT = 760 * 1024 * 1024
79+
SOURCES_LIMIT = 768 * 1024 * 1024
8080

8181
# resolve panda cache server's name
8282
if "PANDA_BEHIND_REAL_LB" not in os.environ:

0 commit comments

Comments
 (0)