#2753: Add configurable remote ping caching
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user