OperationTimeout Config
Closed this issue · 5 comments
darius1907 commented
In my expirience working with cache I think that should be very useful have the chance to configure operationTimout in ConnectionFactoryBuilder (actually 2500 ms timeout should not be changed)
Any time an operation put/get is done for every access to cache (namespace and key) a timeout of 2,5*n become a time very very huge.
igorbolic commented
Thank you for feedback. I'll try to add it (probably this week) as additional configuration option.
mschaidinger commented
You seem to have added this feature already, but it's not released so far. Any chance you might do that soon?
igorbolic commented
It will be released in the next few days.
igorbolic commented
@mschaidinger It has been released with version 1.3.2
mschaidinger commented
Many thanks @igorbolic !