forked from I2P_Developers/i2p.i2p
more keys to cache
This commit is contained in:
@ -89,7 +89,7 @@ public class DataHelper {
|
|||||||
"family", "family.key", "family.sig",
|
"family", "family.key", "family.sig",
|
||||||
// BlockfileNamingService
|
// BlockfileNamingService
|
||||||
"version", "created", "upgraded", "lists",
|
"version", "created", "upgraded", "lists",
|
||||||
"a", "s",
|
"a", "m", "s", "v"
|
||||||
};
|
};
|
||||||
_propertiesKeyCache = new HashMap<String, String>(keys.length);
|
_propertiesKeyCache = new HashMap<String, String>(keys.length);
|
||||||
for (int i = 0; i < keys.length; i++) {
|
for (int i = 0; i < keys.length; i++) {
|
||||||
|
Reference in New Issue
Block a user