Fix for people lagging when loading a new region if they have a firewall/bad internet

This commit is contained in:
James Munson
2019-07-01 17:54:11 -07:00
parent 83e54fb476
commit 0b2faa3e6d

View File

@@ -119,6 +119,7 @@ public class RuneLiteAPI
RLP_CLIENT = new OkHttpClient.Builder()
.pingInterval(30, TimeUnit.SECONDS)
.connectTimeout(2655, TimeUnit.MILLISECONDS)
.addNetworkInterceptor(new Interceptor()
{
@Override