This website works better with JavaScript.
Home
Explore
Help
Sign In
ymlam
/
CommEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
52
Wiki
Activity
Browse Source
Discourage use of getServiceThreadPoolSize method.
Broadcasts should determine their own service thread pool size.
tags/1.0.2
Yuk-Ming Lam
4 years ago
parent
4fbbfc0ef0
commit
d9513d2486
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/altk/comm/engine/CommEngine.java
+ 1
- 0
src/main/java/altk/comm/engine/CommEngine.java
View File
@@ -521,6 +521,7 @@ public abstract class CommEngine extends HttpServlet
broadcasts.put(broadcastId, broadcast);
}
@Deprecated
public int getServiceThreadPoolSize()
{
return serviceThreadPoolSize;
Write
Preview
Loading…
Cancel
Save