feature: Add split-direction (push/pull) process

This commit is contained in:
Keith Solomon
2025-12-14 21:57:25 -06:00
parent 9375ca61a0
commit e44a33cd8e
4 changed files with 214 additions and 52 deletions

View File

@@ -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 ),
)
);