schwartzmx / gremtune

Golang Gremlin Tinkerpop client with AWS Neptune compatibility
MIT License
26 stars 19 forks source link

Make handshake timeout configurable #1

Closed mariusdw closed 5 years ago

mariusdw commented 5 years ago

Change to allow configuring handshake timeout to be a value other than 5 seconds.

mariusdw commented 5 years ago

Note that default value of ws.timeout is also 5 seconds.

schwartzmx commented 5 years ago

👍 Seems reasonable, thanks for the PR