Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6c4f698

Browse files
committed
fix units of time for db0300f4b
1 parent 37e01b4 commit 6c4f698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ MtmPollStatusOfPreparedTransactions(bool majorMode)
20582058
MtmL2List *start = Mtm->activeTransList.next;
20592059
MtmL2List *cur;
20602060

2061-
MtmSleep(2*MtmHeartbeatSendTimeout);
2061+
MtmSleep(2*MtmHeartbeatSendTimeout*1000);
20622062

20632063
for (cur = start; cur->next != start; cur = cur->next)
20642064
{

0 commit comments

Comments
 (0)