Skip to content

Commit

Permalink
管家线程时间调整到0.5秒
Browse files Browse the repository at this point in the history
  • Loading branch information
MountCloud committed Nov 17, 2021
1 parent 9c52e94 commit 49476a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FireDogEditor/matchthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void MatchButlerThread::run() {
break;
}
else {
this->sleep(1);
this->sleep(0.5);
}
}
}
Expand Down

0 comments on commit 49476a0

Please sign in to comment.