Skip to content

Commit

Permalink
惊群缓冲改为5秒
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed May 22, 2017
1 parent a65662c commit afd7ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MY_!Base/src/MY.Chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- @Date : 2014-11-24 08:40:30
-- @Email : [email protected]
-- @Last modified by: Emil Zhai
-- @Last modified time: 2017-05-18 16:01:42
-- @Last modified time: 2017-05-22 17:14:37
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
-----------------------------------------------
-----------------------------------------------
Expand Down Expand Up @@ -1068,7 +1068,7 @@ MY.RegisterMsgMonitor("QIYU", function(szMsg, nFont, bRich, r, g, b, szChannel)
S = MY.GetRealServer(1), s = MY.GetRealServer(2),
n = szName, a = szAdventure, t = GetCurrentTime()
}))
MY.DelayCall(math.random(0, 10000), function()
MY.DelayCall(math.random(0, 5000), function()
MY.Ajax({
type = "get",
url = url,
Expand Down

0 comments on commit afd7ed0

Please sign in to comment.