Update ClientConfigLoader.java
This commit is contained in:
@@ -42,7 +42,7 @@ class ClientConfigLoader
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static final String CONFIG_URL = "http://oldschool.runescape.com/jav_config.ws";
|
private static final String CONFIG_URL = "http://oldschool.runescape.com/jav_config.ws";
|
||||||
private static final int MAX_ATTEMPTS = 16;
|
private static final int MAX_ATTEMPTS = 100;
|
||||||
|
|
||||||
static Single<RSConfig> fetch()
|
static Single<RSConfig> fetch()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user