mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 18:25:49 +00:00
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:
parent
6275ac2b81
commit
6ee395ed12
@ -1178,7 +1178,7 @@ public class Network {
|
|||||||
public void onExternalIpUpdate(String ipAddress) {
|
public void onExternalIpUpdate(String ipAddress) {
|
||||||
LOGGER.info("External IP address updated to {}", ipAddress);
|
LOGGER.info("External IP address updated to {}", ipAddress);
|
||||||
|
|
||||||
ArbitraryDataManager.getInstance().broadcastHostedSignatureList();
|
//ArbitraryDataManager.getInstance().broadcastHostedSignatureList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user