forked from I2P_Developers/i2p.i2p
i2psnark: Cache length of metainfo
This commit is contained in:
@@ -49,7 +49,7 @@ class MagnetState {
|
||||
infohash = iHash;
|
||||
if (meta != null) {
|
||||
metainfo = meta;
|
||||
initialize(meta.getInfoBytes().length);
|
||||
initialize(meta.getInfoBytesLength());
|
||||
complete = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user