Commit 9fa50096 authored by ibuler's avatar ibuler

[Update] 修改超时时间

parent cc47b736
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
var ( var (
httpServer *http.Server httpServer *http.Server
Timeout = time.Duration(10) Timeout = time.Duration(60)
) )
var upgrader = gorilla.Upgrader(gorillaws.Upgrader{ var upgrader = gorilla.Upgrader(gorillaws.Upgrader{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment