mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-25 01:07:52 +00:00
Increase uid retry to 10
This commit is contained in:
parent
28f5da5a25
commit
51ef5f2093
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
#define UID_DELAY 1 // milliseconds
|
||||
#define UID_DELAYTRY 10 // milliseconds
|
||||
#define UID_MAXTRY 3
|
||||
#define UID_MAXTRY 10
|
||||
|
||||
struct arguments {
|
||||
JNIEnv *env;
|
||||
|
|
Loading…
Reference in a new issue