Skip to content

Commit

Permalink
fix issue #39
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Sep 17, 2013
1 parent 97001fa commit 2a00dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skynet-src/skynet_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ _timer(void *p) {
for (;;) {
skynet_updatetime();
CHECK_ABORT
wakeup(m,1);
wakeup(m,m->count);
usleep(2500);
}
return NULL;
Expand Down

0 comments on commit 2a00dc6

Please sign in to comment.