[ 
https://issues.apache.org/jira/browse/SSHD-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378695#comment-17378695
 ] 

Lyor Goldstein commented on SSHD-1193:
--------------------------------------

Fixed it (BTW, IMO texts and log messages are never bugs..)

> Display AuthTimeOut 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: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to