[freeside-commits] branch FREESIDE_3_BRANCH updated. d2e995622cff5402cd887abad948a986a3ceba82
Ivan Kohler
ivan at freeside.biz
Wed Sep 26 16:31:25 PDT 2018
The branch, FREESIDE_3_BRANCH has been updated
via d2e995622cff5402cd887abad948a986a3ceba82 (commit)
from e951547a233be8b7ecbd99ddc5e719f0707c4d9f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d2e995622cff5402cd887abad948a986a3ceba82
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 26 16:31:24 2018 -0700
increase paymentech timeout, RT#81278
diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download
index 9a1f609bc..4d99df2d0 100755
--- a/FS/bin/freeside-paymentech-download
+++ b/FS/bin/freeside-paymentech-download
@@ -62,7 +62,7 @@ while ($ssh_retry > 0) {
$sftp = Net::SFTP::Foreign->new( host => $host,
user => $username,
password => $password,
- timeout => 30,
+ timeout => 300,
);
last unless $sftp->error;
$ssh_retry -= 1;
diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload
index 5ae147d07..2880f0e9e 100755
--- a/FS/bin/freeside-paymentech-upload
+++ b/FS/bin/freeside-paymentech-upload
@@ -92,7 +92,7 @@ while ($ssh_retry > 0) {
$sftp = Net::SFTP::Foreign->new( host => $host,
user => $username,
password => $password,
- timeout => 30,
+ timeout => 300,
);
last unless $sftp->error;
$ssh_retry -= 1;
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-paymentech-download | 2 +-
FS/bin/freeside-paymentech-upload | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list