Removed Full 60 second purge, targeted clear to help prevent record transit loss (Resulting in a client error, and possible crash)
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
package com.jamesquinley;
|
||||
|
||||
import static com.jamesquinley.DelegationServices.delegationTimer.DeleteAllRequests;
|
||||
|
||||
/**
|
||||
Hey there! This is the source code for AOTSK-Delegation Server, for login
|
||||
*
|
||||
@ -13,7 +10,6 @@ public class init
|
||||
com.jamesquinley.DelegationServices.delegationServices.Purge();
|
||||
System.out.println( "We're starting the login delegation server, please wait one moment while we check a few things.");
|
||||
com.jamesquinley.DelegationServices.delegationTimer.trigger();
|
||||
DeleteAllRequests();
|
||||
System.out.println("We've started everything, requests are now being served");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user