summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-04-23 14:02:06 +0000
committerNick Thomas <nick@gitlab.com>2021-04-23 14:02:06 +0000
commit1b9f70f00b073ca47d1cc39b6409cd5fcb4ae844 (patch)
treec06a1d0b6b5a1497866ff22425f29976f530865c
parent5f4e800f9959504c99df35d52773af4a6de6bdfd (diff)
downloadgitlab-shell-511-extract-session.tar.gz
Fix an inaccurate comment511-extract-session
-rw-r--r--internal/sshd/connection.go2
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 */
},
},
)