This commit is contained in:
aozhiwei 2020-10-14 11:37:22 +08:00
parent b05e198cbb
commit 3505e58bb7

View File

@ -286,7 +286,7 @@ void SyncHelper::InternalSyncGuildMemberUpdate(Guild* guild,
pending_request_hash_[notifymsg->seqid()] =
a8::Timer::Instance()->AddDeadLineTimer
(
1000 * 10,
1000 * 3,
a8::XParams()
.SetSender(notifymsg)
.SetParam1(notifymsg->seqid()),
@ -324,7 +324,7 @@ void SyncHelper::InternalSyncGuildMemberQuit(Guild* guild,
pending_request_hash_[notifymsg->seqid()] =
a8::Timer::Instance()->AddDeadLineTimer
(
1000 * 10,
1000 * 3,
a8::XParams()
.SetSender(notifymsg)
.SetParam1(notifymsg->seqid()),