1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-24 08:45:53 +00:00

Increase uid retry to 10

This commit is contained in:
M66B 2016-04-11 18:54:26 +02:00
parent 28f5da5a25
commit 51ef5f2093

View file

@ -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;