summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-11-19 19:15:08 +0000
committerRichard Hughes <richard@hughsie.com>2020-11-19 19:16:00 +0000
commitff0181389dc281effbd274f6e1ae01e8905ddf8a (patch)
treeb3184300a030fec1d9d15ab8d7182937ab4c366b
parente86c599c45b9aab9586c1493a4f9e9fc532c216d (diff)
Increase the number of packages that can be processed in one transaction
Ohh TeX Live, you taunt me. Fixes https://github.com/hughsie/PackageKit/issues/442
-rw-r--r--src/pk-transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk-transaction.c b/src/pk-transaction.c
index 7cb1ced60..6167f0473 100644
--- a/src/pk-transaction.c
+++ b/src/pk-transaction.c
@@ -77,7 +77,7 @@ static gboolean pk_transaction_is_supported_content_type (PkTransaction *transac
#define PK_TRANSACTION_MAX_ITEMS_TO_RESOLVE 10000
/* maximum number of packages that can be processed in one go */
-#define PK_TRANSACTION_MAX_PACKAGES_TO_PROCESS 5200
+#define PK_TRANSACTION_MAX_PACKAGES_TO_PROCESS 10000
struct PkTransactionPrivate
{