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:
James Quinley
2022-02-08 17:27:43 -08:00
parent 7bb1643216
commit 3d895026e1
3 changed files with 30 additions and 16 deletions

View File

@ -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");
}