This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request '初始化缓存11个最新action' (
#1287
) from web into V20220110
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1287
Reviewed-by: lewis <747342561@qq.com>
pull/1294/head
lewis
3 years ago
parent
58bdc4ab64
5ab816d7b8
commit
65f8b025e8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/socketwrap/clientManager.go
+ 1
- 1
services/socketwrap/clientManager.go
View File
@@ -26,7 +26,7 @@ func NewClientsManager() *ClientsManager {
const MaxClients = 100
const MaxClients = 100
var LastActionsQueue = NewSyncQueue(
20
)
var LastActionsQueue = NewSyncQueue(
11
)
func (h *ClientsManager) Run() {
func (h *ClientsManager) Run() {
initActionQueue()
initActionQueue()
Write
Preview
Loading…
Cancel
Save