1
This commit is contained in:
parent
b05e198cbb
commit
3505e58bb7
@ -286,7 +286,7 @@ void SyncHelper::InternalSyncGuildMemberUpdate(Guild* guild,
|
|||||||
pending_request_hash_[notifymsg->seqid()] =
|
pending_request_hash_[notifymsg->seqid()] =
|
||||||
a8::Timer::Instance()->AddDeadLineTimer
|
a8::Timer::Instance()->AddDeadLineTimer
|
||||||
(
|
(
|
||||||
1000 * 10,
|
1000 * 3,
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
.SetSender(notifymsg)
|
.SetSender(notifymsg)
|
||||||
.SetParam1(notifymsg->seqid()),
|
.SetParam1(notifymsg->seqid()),
|
||||||
@ -324,7 +324,7 @@ void SyncHelper::InternalSyncGuildMemberQuit(Guild* guild,
|
|||||||
pending_request_hash_[notifymsg->seqid()] =
|
pending_request_hash_[notifymsg->seqid()] =
|
||||||
a8::Timer::Instance()->AddDeadLineTimer
|
a8::Timer::Instance()->AddDeadLineTimer
|
||||||
(
|
(
|
||||||
1000 * 10,
|
1000 * 3,
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
.SetSender(notifymsg)
|
.SetSender(notifymsg)
|
||||||
.SetParam1(notifymsg->seqid()),
|
.SetParam1(notifymsg->seqid()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user