mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
change websocket idle time to 10s. #2448
This commit is contained in:
@@ -26,7 +26,7 @@ public class ArthasConstants {
|
||||
public static final int TELNET_PORT = 3658;
|
||||
|
||||
public static final String DEFAULT_WEBSOCKET_PATH = "/ws";
|
||||
public static final int WEBSOCKET_IDLE_SECONDS = 60;
|
||||
public static final int WEBSOCKET_IDLE_SECONDS = 10;
|
||||
|
||||
/**
|
||||
* HTTP cookie id
|
||||
|
||||
Reference in New Issue
Block a user