#2753: Add configurable remote ping caching

This commit is contained in:
Mystiflow
2020-01-24 10:48:50 +11:00
committed by md_5
parent a4512e50fb
commit 636c020772
4 changed files with 38 additions and 1 deletions

View File

@@ -56,6 +56,14 @@ public interface ProxyConfig
*/
boolean isLogCommands();
/**
* Time in milliseconds to cache server list info from a ping request from
* the proxy to a server.
*
* @return cache time
*/
int getRemotePingCache();
/**
* Returns the player max.
*