Fix for people lagging when loading a new region if they have a firewall/bad internet
This commit is contained in:
@@ -119,6 +119,7 @@ public class RuneLiteAPI
|
||||
|
||||
RLP_CLIENT = new OkHttpClient.Builder()
|
||||
.pingInterval(30, TimeUnit.SECONDS)
|
||||
.connectTimeout(2655, TimeUnit.MILLISECONDS)
|
||||
.addNetworkInterceptor(new Interceptor()
|
||||
{
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user