This commit is contained in:
crusader 2018-10-08 23:07:00 +09:00
parent ba2d1c099e
commit 6be23297a4

View File

@ -41,6 +41,7 @@ func New() *ossw.Server {
sh.PubSub = _pubsub
sh.ReadBufferSize = 8192
sh.WriteBufferSize = 8192
sh.MaxMessageSize = 8192
sh.RegisterServlet("/scanner", ss)