* i2psnark:

- Set unique tunnel nickname for additional instances
   - Increase page size to 50
   - Restore 1-arg SnarkManager constructor for compatibility
   - Add note about DHT file w/ multiple instances, to be fixed
   - Log tweak
This commit is contained in:
zzz
2013-04-14 14:00:47 +00:00
parent 21e47e61f0
commit 8bfe3f632e
5 changed files with 14 additions and 4 deletions

View File

@ -57,6 +57,7 @@ abstract class PersistDHT {
}
/**
* TODO - multiple instances overwrite each other
* @param saveAll if true, don't check last seen time
*/
public static synchronized void saveDHT(DHTNodes nodes, boolean saveAll, File file) {