Skip to content

Commit

Permalink
fix: 修复无限重启的问题 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouji authored Aug 14, 2024
1 parent 2e4f028 commit 4cb68c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ protected void processExit(int code) {
log.error("ZLMediaKit exit with code:{},restart count > 10,stop restart", code);
return;
}
restartCount++;
Schedulers
.boundedElastic()
.schedule(() -> {
Expand Down

0 comments on commit 4cb68c3

Please sign in to comment.