diff options
author | Nick Thomas <nick@gitlab.com> | 2021-04-23 14:02:06 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2021-04-23 14:02:06 +0000 |
commit | 1b9f70f00b073ca47d1cc39b6409cd5fcb4ae844 (patch) | |
tree | c06a1d0b6b5a1497866ff22425f29976f530865c /internal/sshd/connection.go | |
parent | 5f4e800f9959504c99df35d52773af4a6de6bdfd (diff) | |
download | gitlab-shell-511-extract-session.tar.gz |
Fix an inaccurate comment511-extract-session
Diffstat (limited to 'internal/sshd/connection.go')
-rw-r--r-- | internal/sshd/connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/sshd/connection.go b/internal/sshd/connection.go index a4c6b36..c8d1456 100644 --- a/internal/sshd/connection.go +++ b/internal/sshd/connection.go @@ -32,7 +32,7 @@ var ( 10.0, /* 10s */ 30.0, /* 30s */ 60.0, /* 1m */ - 300.0, /* 10m */ + 300.0, /* 5m */ }, }, ) |