Increase uid retry to 10

This commit is contained in:
M66B 2016-04-11 18:54:26 +02:00
parent 28f5da5a25
commit 51ef5f2093
1 changed files with 1 additions and 1 deletions

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;