Data: Add cached entries for common properties (props 168, 169)

This commit is contained in:
zzz
2026-02-14 14:15:55 -05:00
parent f55a7f8de8
commit fc4cd14534

View File

@@ -102,7 +102,9 @@ public class DataHelper {
"version", "created", "upgraded", "lists",
"a", "m", "s", "v", "notes",
// NTCP2 RouterAddress options
"i"
"i", "pq",
// Tunnel BW params prop. 168
"l", "r", "b"
};
_propertiesKeyCache = new HashMap<String, String>(keys.length);
for (int i = 0; i < keys.length; i++) {