config manager: increase sendConfig delay to 5 minutes
This commit is contained in:
@@ -157,7 +157,7 @@ public class ConfigManager
|
|||||||
this.propertiesFile = getPropertiesFile();
|
this.propertiesFile = getPropertiesFile();
|
||||||
this.gson = gson;
|
this.gson = gson;
|
||||||
|
|
||||||
scheduledExecutorService.scheduleWithFixedDelay(this::sendConfig, 30, 30, TimeUnit.SECONDS);
|
scheduledExecutorService.scheduleWithFixedDelay(this::sendConfig, 30, 5 * 60, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getRSProfileKey()
|
public String getRSProfileKey()
|
||||||
|
|||||||
Reference in New Issue
Block a user