Reduce timing for quicker responces
This commit is contained in:
18
src/main/java/com/jamesquinley/init.java
Normal file
18
src/main/java/com/jamesquinley/init.java
Normal file
@ -0,0 +1,18 @@
|
||||
package com.jamesquinley;
|
||||
|
||||
import static com.jamesquinley.DelegationServices.delegationTimer.DeleteAllRequests;
|
||||
|
||||
/**
|
||||
Hey there! This is the source code for AOTSK-Delegation Server, for login
|
||||
*
|
||||
*/
|
||||
public class init
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
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