From d5a811f8734943f11fdf2fd6d32e452a806bc100 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Sun, 1 Feb 2026 21:56:52 +0100 Subject: [PATCH] Increase max publishing packages The new machine is 4x the size, so 2x the limit seems reasonable --- publish/aliPublish.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/aliPublish.conf b/publish/aliPublish.conf index e8fec371..091a7d24 100644 --- a/publish/aliPublish.conf +++ b/publish/aliPublish.conf @@ -10,7 +10,7 @@ conn_retries: 10 conn_dethrottle_s: 0.07 # Make sure we don't publish too many packages at once by mistake and fill our # /tmp space. -publish_max_packages: 10 +publish_max_packages: 20 # What packages to publish auto_include_deps: true