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
commit
65f8b025e8
1 changed files with 1 additions and 1 deletions
  1. +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()


Loading…
Cancel
Save