-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Handle drives without SessionTimeout
If the drive is an Enterprise SSC drive odds are that it supports setting SessionTimeout. However, I have ran into a drive that does not. This means we now have to first try to set it, then if that fails fall back to not setting it. I believe this is the nicest solution right now. Signed-off-by: Christian Svensson <christian.svensson@elastx.se>
- Loading branch information
Christian Svensson
committed
Jan 24, 2022
1 parent
1ab9ced
commit a067a64
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters