From 8ecadb8443567d59ac42b54eeb1d7979d8e394d8 Mon Sep 17 00:00:00 2001 From: shylinux Date: Sun, 4 Dec 2022 20:36:01 +0800 Subject: [PATCH] opt some --- base/web/space.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/web/space.go b/base/web/space.go index b5f3575f..c7d9234a 100644 --- a/base/web/space.go +++ b/base/web/space.go @@ -182,7 +182,7 @@ func init() { OPEN: {Hand: func(m *ice.Message, arg ...string) { ctx.ProcessOpen(m, MergePod(m, m.Option(mdb.NAME), arg)) }}, ice.PS: {Hand: func(m *ice.Message, arg ...string) { _space_fork(m) }}, }, mdb.HashAction(mdb.SHORT, mdb.NAME, mdb.FIELD, "time,type,name,text", ctx.ACTION, OPEN, - REDIAL, kit.Dict("a", 3000, "b", 1000, "c", 1000), TIMEOUT, kit.Dict("c", "30s"), + REDIAL, kit.Dict("a", 3000, "b", 1000, "c", 1000), TIMEOUT, kit.Dict("c", "10s"), BUFFER, kit.Dict("r", ice.MOD_BUFS, "w", ice.MOD_BUFS), ), mdb.ClearHashOnExitAction(), SpaceAction(), aaa.WhiteAction()), Hand: func(m *ice.Message, arg ...string) { if len(arg) < 2 {