style: More clang-tidy identifier renaming (#7290)

This commit is contained in:
Alex Kremer
2026-05-20 22:31:15 +01:00
committed by GitHub
parent 8c0080020f
commit a830ab10ef
160 changed files with 1726 additions and 1746 deletions

View File

@@ -421,8 +421,8 @@ public:
c.loadFromString(toLoad);
BEAST_EXPECT(
(c.PEERS_MAX == max && c.PEERS_IN_MAX == 0 && c.PEERS_OUT_MAX == 0) ||
(c.PEERS_IN_MAX == *maxIn && c.PEERS_OUT_MAX == *maxOut));
(c.peersMax == max && c.peersInMax == 0 && c.peersOutMax == 0) ||
(c.peersInMax == *maxIn && c.peersOutMax == *maxOut));
Config const config = Config::makeConfig(c, port, false, 0, true);