more keys to cache

This commit is contained in:
zzz
2016-05-29 15:03:04 +00:00
parent 7213be43b2
commit 6f0fde092b

View File

@ -89,7 +89,7 @@ public class DataHelper {
"family", "family.key", "family.sig",
// BlockfileNamingService
"version", "created", "upgraded", "lists",
"a", "s",
"a", "m", "s", "v"
};
_propertiesKeyCache = new HashMap<String, String>(keys.length);
for (int i = 0; i < keys.length; i++) {