You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node performance update
- reduced check_non_privacy() cpu usage;
- use check_non_privacy() from blockchain in core (single cache);
- optimized peerlist processing (send only new ones);
- reduced host blocking to 1h on wrong network;
- significantly improved block auth response time;
- fixed upnp mapping with external port specified;
- removed some unused code;