GitHub user PepperJo opened a pull request:
https://github.com/apache/incubator-crail/pull/22
NVMf: decrease keep alive interval
Set keep alive interval to lower value to not run into the
situation where we missed the keep alive deadline and the connection
is shutdown by the controller.
https://issues.apache.org/jira/browse/CRAIL-32
Signed-off-by: Jonas Pfefferle <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PepperJo/incubator-crail timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/22.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22
----
commit 6b03f5d9e8fa9143839d74a6e5629584b45a1a8a
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-05-03T11:37:44Z
NVMf: decrease keep alive interval
Set keep alive interval to lower value to not run into the
situation where we missed the keep alive deadline and the connection
is shutdown by the controller.
https://issues.apache.org/jira/browse/CRAIL-32
Signed-off-by: Jonas Pfefferle <[email protected]>
----
---