We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0687bb2 commit 0d7e7b9Copy full SHA for 0d7e7b9
1 file changed
pandaclient/Client.py
@@ -76,7 +76,7 @@
76
77
# limits on file sizes
78
NO_BUILD_LIMIT = 10 * 1024 * 1024
79
-SOURCES_LIMIT = 760 * 1024 * 1024
+SOURCES_LIMIT = 768 * 1024 * 1024
80
81
# resolve panda cache server's name
82
if "PANDA_BEHIND_REAL_LB" not in os.environ:
0 commit comments