You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: message-pipe-server/src/main/java/org/minbox/framework/message/pipe/server/config/ServerConfiguration.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ public class ServerConfiguration {
38
38
* The default number of core threads for monitoring and scheduling thread pools
39
39
*/
40
40
privateintcoreThreadPoolSize = 20;
41
+
/**
42
+
* Interval for cleaning up expired message pipe threads, in seconds
Copy file name to clipboardExpand all lines: message-pipe-server/src/main/java/org/minbox/framework/message/pipe/server/manager/AbstractMessagePipeManager.java
0 commit comments