From 4d84d9a9ca800cea695d1d307d5854ff084d1d33 Mon Sep 17 00:00:00 2001 From: Erawat Chamanont Date: Thu, 4 Jun 2026 12:07:39 +0100 Subject: [PATCH] CIVIPLMMSR-655: Lower default reconcile batch_size from 100 to 30 --- managed/Job_PaymentAttemptReconcile.mgd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/managed/Job_PaymentAttemptReconcile.mgd.php b/managed/Job_PaymentAttemptReconcile.mgd.php index 845f652..e63076d 100644 --- a/managed/Job_PaymentAttemptReconcile.mgd.php +++ b/managed/Job_PaymentAttemptReconcile.mgd.php @@ -10,7 +10,7 @@ * Parameters: * - processor_parameters: (required) Format: "[Stripe Connect,2],[GoCardless,6]" * Each pair specifies [ProcessorType,ThresholdDays]. - * - batch_size: Max total attempts to reconcile (default: 100) + * - batch_size: Max total attempts to reconcile (default: 30) * * @see api/v3/PaymentAttemptReconcile/Run.php */ @@ -26,7 +26,7 @@ 'api_entity' => 'PaymentAttemptReconcile', 'api_action' => 'Run', 'api_version' => 3, - 'parameters' => "processor_parameters=[Stripe Connect,2],[GoCardless,6]\nbatch_size=100\nmax_retry_count=3", + 'parameters' => "processor_parameters=[Stripe Connect,2],[GoCardless,6]\nbatch_size=30\nmax_retry_count=3", 'is_active' => 1, ], ],