johannessen / neo4j-driver-perl

Neo4j graph database driver (Bolt/Jolt) for Perl
https://metacpan.org/pod/Neo4j::Driver
Artistic License 2.0
5 stars 1 forks source link

Make http_timeout a stable feature #3

Closed johannessen closed 4 years ago

johannessen commented 5 years ago

http_timeout is in active use, so it should be a stable feature, not an experimental one.

The documented API will likely change to use ->config(), but ->{http_timeout} should continue to work for the foreseeable future.

johannessen commented 4 years ago

Resolved by https://github.com/johannessen/neo4j-driver-perl/commit/7ad96f203445a0ee5f4771512ca8da940e93c37b.