arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
182 stars 46 forks source link

issue #281: split OPTION_TIMEOUT into separate options #283

Closed jsteemann closed 3 years ago

jsteemann commented 3 years ago

OPTION_TIMEOUT is now superseded by the more specialized options

The existing OPTION_TIMEOUT value can still be used as before. When used, it will automatically clobber values set in OPTION_CONNECT_TIMEOUT and OPTION_REQUEST_TIMEOUT. Using one of the more specialized options will remove OPTION_TIMEOUT from the connection's option.

jsteemann commented 3 years ago

PR run failed on TravisCI due to docker pull rate limiting. Tests were fine in local CI though.