✨feature: Add split-direction (push/pull) process
This commit is contained in:
@@ -41,7 +41,7 @@ class Transport {
|
||||
$url,
|
||||
array(
|
||||
'headers' => $headers,
|
||||
'timeout' => $this->timeout( 30 ),
|
||||
'timeout' => $this->timeout( 180 ),
|
||||
)
|
||||
);
|
||||
|
||||
@@ -94,7 +94,7 @@ class Transport {
|
||||
array(
|
||||
'headers' => $headers,
|
||||
'body' => $payload,
|
||||
'timeout' => $this->timeout( 60 ),
|
||||
'timeout' => $this->timeout( 180 ),
|
||||
)
|
||||
);
|
||||
|
||||
@@ -115,7 +115,7 @@ class Transport {
|
||||
$url,
|
||||
array(
|
||||
'headers' => $headers,
|
||||
'timeout' => $this->timeout( 60 ),
|
||||
'timeout' => $this->timeout( 180 ),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user