YoEight on master
Update README.md (compare)
YoEight on es6
Start implementing gRPC API. (compare)
YoEight on master
Update eventstore website link. Update EventStore website link. (compare)
YoEight on 1.4.0
YoEight on master
Update README.md. (compare)
YoEight on ghc-8.8
YoEight on master
Introduces `MonitoringBackend` … Supports GHC 8.8.*. Merge pull request #109 from Yo… (compare)
YoEight on ghc-8.8
Supports GHC 8.8.*. (compare)
YoEight on ghc-8.8
Introduces `MonitoringBackend` … Supports GHC 8.8.*. (compare)
s_heartbeatInterval
and/or s_heartbeatTimeout
?
Those aren't used right now. The driver solely depends on server side heartbeat protocol (might add it for the next version). So those would have to be set on the server itself for now.
Before that. Are you under a heavy workload ? If yes, it might be a good call to increase those values.
Also, make sure you'll also running your application with -threaded
GHC options. If under heavy workload, the driver will be slower if it doesn't run on all your cores
ghc-options: -threaded -rtsopts -with-rtsopts=-N