[
https://issues.apache.org/jira/browse/SSHD-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Susmit Sarkar updated SSHD-1193:
--------------------------------
Summary: Display IdleTimeOut in more user-friendly format (was: Display
AuthTimeOut in more user-friendly format)
> Display IdleTimeOut in more user-friendly format
> ------------------------------------------------
>
> Key: SSHD-1193
> URL: https://issues.apache.org/jira/browse/SSHD-1193
> Project: MINA SSHD
> Issue Type: Improvement
> Affects Versions: 2.7.0
> Reporter: Susmit Sarkar
> Assignee: Lyor Goldstein
> Priority: Minor
> Fix For: 2.7.1
>
> Attachments: image-2021-07-11-17-36-38-697.png
>
>
> Hello Team,
>
> !image-2021-07-11-17-36-38-697.png!
> We upgraded to 2.7.0 and the authtimeout is not coming in readable format,
> previously it was 12000 ms but now its in PT2M
> Code changes done
> {code:java}
> // code placeholder
> private void setIdleTimeOut() {private void setIdleTimeOut() { Duration
> timeOut = CoreModuleProperties.IDLE_TIMEOUT.getRequiredDefault(); if
> (config.getIdleConnectionTimeoutMinutes() > 0) { timeOut =
> Duration.ofMillis(config.getIdleConnectionTimeoutMinutes() * 1000 * 60);
> CoreModuleProperties.IDLE_TIMEOUT.set(sshd, timeOut); } }
> {code}
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]