You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
set max retry count to 5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user