Fix zts_allow_*_caching() bug that prevents user from properly setting value before node startup

This commit is contained in:
Joseph Henry
2020-10-21 14:26:29 -07:00
parent af26d56097
commit b021e82078
10 changed files with 55 additions and 32 deletions

View File

@@ -229,10 +229,6 @@ public:
_ports[0] = 0;
_ports[1] = 0;
_ports[2] = 0;
allowNetworkCaching = true;
allowPeerCaching = true;
allowLocalConf = false;
}
virtual ~NodeServiceImpl()