Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Fix #66 un-ignore SettingsBuilder.operationTimeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hnar committed Sep 22, 2016
1 parent 7b76db2 commit 8251d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/eventstore/j/SettingsBuilder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class SettingsBuilder extends Builder[Settings]
heartbeatTimeout = _heartbeatTimeout,
operationMaxRetries = _operationMaxRetries,
connectionTimeout = _connectionTimeout,
operationTimeout = _operationTimeout,
resolveLinkTos = _resolveLinkTos,
requireMaster = _requireMaster,
readBatchSize = _readBatchSize,
Expand Down

0 comments on commit 8251d3b

Please sign in to comment.