Stop bulk arbitrary signature broadcasts, as they were creating a lot of network traffic, and are in the process of being replaced with a better method.

This commit is contained in:
CalDescent 2022-02-15 19:10:20 +00:00
parent 6275ac2b81
commit 6ee395ed12

View File

@ -1178,7 +1178,7 @@ public class Network {
public void onExternalIpUpdate(String ipAddress) {
LOGGER.info("External IP address updated to {}", ipAddress);
ArbitraryDataManager.getInstance().broadcastHostedSignatureList();
//ArbitraryDataManager.getInstance().broadcastHostedSignatureList();
}