This commit is contained in:
云风
2013-09-17 10:41:56 +08:00
parent 97001faf4c
commit 2a00dc652a

View File

@@ -89,7 +89,7 @@ _timer(void *p) {
for (;;) {
skynet_updatetime();
CHECK_ABORT
wakeup(m,1);
wakeup(m,m->count);
usleep(2500);
}
return NULL;