bug修复
This commit is contained in:
parent
472a9062e1
commit
eceb774701
@ -12,7 +12,7 @@ import javax.websocket.WebSocketContainer;
|
||||
@Configuration
|
||||
public class WebSocketConfig {
|
||||
/**
|
||||
* 客户端配置
|
||||
* 客户端配置/
|
||||
*/
|
||||
@Bean
|
||||
public WebSocketContainer webSocketContainer() {
|
||||
@ -20,4 +20,4 @@ public class WebSocketConfig {
|
||||
webSocketContainer.setDefaultMaxSessionIdleTimeout(300000L);
|
||||
return webSocketContainer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user