You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +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