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 2a00dc6 commit e5382cf
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,m->count);
wakeup(m,m->count-1);
usleep(2500);
}
return NULL;
Expand Down

0 comments on commit e5382cf

Please sign in to comment.