Skip to content

Commit 04ed652

Browse files
authored
Merge pull request #113 from bitmand/master
session life span is 300 sec
2 parents 73d13e0 + 4cab057 commit 04ed652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ The following characters are legal special characters in passwords:
13711371
% ` ' ( ) * + - , . / : ; < > = ! _ & ~ { } | ^ ? $ # @ " [ ]
13721372
```
13731373

1374-
Successful authentication established a session with a life span of 700 seconds (5 minutes), it can be kept alive by sending additional `hello` commands or similar.
1374+
Successful authentication established a session with a life span of 300 seconds (5 minutes), it can be kept alive by sending additional `hello` commands or similar.
13751375

13761376
The overall life span is 28800 seconds (8 hours) after this the session is terminated and should be reestablished with a new authentication (`login`).
13771377

0 commit comments

Comments
 (0)