set max retry count to 5

This commit is contained in:
5ec1cff
2023-11-14 00:10:20 +08:00
committed by GitHub
parent 5aea51ce03
commit c205893dd2

View File

@@ -172,7 +172,7 @@ struct SocketHandler : public EventHandler {
}
};
constexpr auto MAX_RETRY_COUNT = 2;
constexpr auto MAX_RETRY_COUNT = 5;
struct timespec last_zygote64{.tv_sec = 0, .tv_nsec = 0};
int count_zygote64 = 0;