This commit is contained in:
@@ -11,10 +11,11 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
internal static class ServerBootConfig
|
||||
{
|
||||
//#################################################
|
||||
//############################################################################################################
|
||||
//STATIC HARD CODED DEFAULTS NOT SET THROUGH CONFIG
|
||||
internal const int FAILED_AUTH_DELAY = 3000;
|
||||
//##################################################
|
||||
internal const int FAILED_AUTH_DELAY = 3000;//ms
|
||||
internal const int REPORT_RENDERING_OPERATION_TIMEOUT = 20000;//ms
|
||||
//############################################################################################################
|
||||
|
||||
//Diagnostic static values used during development, may not be related to config at all, this is just a convenient class to put them in
|
||||
#if (DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user