r76431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76430‎ | r76431 | r76432 >
Date:05:57, 10 November 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Decreased sleep down between paypal communication attempts
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -456,7 +456,7 @@
457457
458458 if ( $headers['http_code'] != 200 && $headers['http_code'] != 403 ) {
459459 wfDebugLog( 'payflowpro_gateway', 'Failed sending transaction to PayflowPro, retrying' );
460 - sleep( 5 );
 460+ sleep( 1 );
461461 } elseif ( $headers['http_code'] == 200 || $headers['http_code'] == 403 ) {
462462 wfDebugLog( 'payflowpro_gateway', 'Finished sending transaction to PayflowPro' );
463463 break;

Follow-up revisions

RevisionCommit summaryAuthorDate
r76432Merging from r76430 to r76431 of trunkawjrichards05:58, 10 November 2010

Status & tagging log