Get things back to mostly stable.
This commit is contained in:
@ -2184,17 +2184,11 @@ public class delegationServices {
|
||||
|
||||
}
|
||||
public static void userAuthetication() {
|
||||
while (true) {
|
||||
final Runnable runnable = new Runnable() {
|
||||
public void run() {
|
||||
Lrequest = dCollection.find(eq("status", false)).first();
|
||||
if (!(Lrequest == null)) {
|
||||
Lrequest = dCollection.find(eq("status", false)).first();
|
||||
if (!(Lrequest == null)) {
|
||||
delegationProcesser();
|
||||
}
|
||||
}
|
||||
};
|
||||
runnable.run();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user