1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

update latency interval to 10s

This commit is contained in:
Nicolas Viennot 2016-02-28 17:22:10 -05:00
parent 3b79601b5c
commit b0c843e56f

View File

@ -134,7 +134,7 @@ extern void tmate_flush_pty(struct tmate_session *session);
/* tmate-ssh-server.c */
#define TMATE_SSH_BANNER "tmate"
#define TMATE_SSH_KEEPALIVE 30
#define TMATE_SSH_KEEPALIVE 10
#define TMATE_ROLE_DAEMON 1
#define TMATE_ROLE_PTY_CLIENT 2