Skip to content

Commit 9f371d1

Browse files
mpv1989hkernbach
authored andcommitted
Change ArangoDB#timeout to also set the request timeout when using VelocyStream (issue arangodb#230) (arangodb#234)
1 parent 228fd07 commit 9f371d1

File tree

5 files changed

+85
-95
lines changed

5 files changed

+85
-95
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- changed `ArangoDB#timeout` to also set the request timeout when using VelocyStream (issue #230)
12+
913
### Fixed
1014

1115
- fixed compatibility of `ArangoCursor#filter` with Java 6

docs/Drivers/Java/Reference/Setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The driver is configured with some default values:
1212
<table>
1313
<tr><th>property-key</th><th>description</th><th>default value</th></tr>
1414
<tr><td>arangodb.hosts</td><td>ArangoDB hosts</td><td>127.0.0.1:8529</td></tr>
15-
<tr><td>arangodb.timeout</td><td>socket connect timeout(millisecond)</td><td>0</td></tr>
15+
<tr><td>arangodb.timeout</td><td>connect & request timeout(millisecond)</td><td>0</td></tr>
1616
<tr><td>arangodb.user</td><td>Basic Authentication User</td><td></td></tr>
1717
<tr><td>arangodb.password</td><td>Basic Authentication Password</td><td></td></tr>
1818
<tr><td>arangodb.useSsl</td><td>use SSL connection</td><td>false</td></tr>

0 commit comments

Comments
 (0)