Revert "Increase uid retry to 10"

This reverts commit 51ef5f2093.
This commit is contained in:
M66B 2016-04-14 15:18:02 +02:00
parent 865b0695a9
commit 2782d44e10
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 10
#define UID_MAXTRY 3
struct arguments {
JNIEnv *env;