mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-04-29 10:01 pm

[dw-free] Finishing up payment system

[commit: http://hg.dwscoalition.org/dw-free/rev/250718b5866c]

http://bugs.dwscoalition.org/show_bug.cgi?id=116

Attempt to ameliorate some of the PayPal timeouts with a longer timeout on
our end.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/DW/Shop/Engine/PayPal.pm
--------------------------------------------------------------------------------
diff -r 0f25abc3ccf3 -r 250718b5866c cgi-bin/DW/Shop/Engine/PayPal.pm
--- a/cgi-bin/DW/Shop/Engine/PayPal.pm	Wed Apr 29 21:37:30 2009 +0000
+++ b/cgi-bin/DW/Shop/Engine/PayPal.pm	Wed Apr 29 22:01:17 2009 +0000
@@ -318,7 +318,7 @@ sub _pp_req {
     my $reqct = join( '&', @req );
     $req->content( $reqct );
 
-    my $ua = LJ::get_useragent( role => 'paypal', timeout => 20 );
+    my $ua = LJ::get_useragent( role => 'paypal', timeout => 60 );
     $ua->agent( 'DW-PayPal-Engine/1.0' );
 
     my $res = $ua->request( $req );
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org