Skip to content

Commit 1dfc5c1

Browse files
committed
FFWEB-3207:Remove timeout because of import request duration
Import request could be quite long for some customers. That's why set timeout is problematic.
1 parent 90659ff commit 1dfc5c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Client/ClientBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public function build(): ClientInterface
6262
'base_uri' => $this->serverUrl,
6363
'handler' => $handler,
6464
'headers' => ['Accept' => 'application/json'],
65-
'timeout' => 10,
6665
'http_errors' => false,
6766
];
6867

0 commit comments

Comments
 (0)