Skip to content

Commit 7059a42

Browse files
committed
HetimaTorrentClient v0.1.9
1 parent ca1488d commit 7059a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/HetimaTorrentClient/web/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Hetima Torrent Client (Pre-alpha)",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44

55
"manifest_version": 2,
66

lib/src/app/torrentengine_torrent.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class TorrentEngineTorrent {
6464

6565
Future createBaseFile() async {
6666
int length = _torrentFile.info.files.dataSize;
67-
Uint8List buffer = new Uint8List.fromList(new List.filled(512 * 1024, 0));
67+
Uint8List buffer = new Uint8List.fromList(new List.filled(2*512 * 1024, 0));
6868
int start = await _downloadedData.getLength();
6969
int end = start;
7070
int retry = 0;

0 commit comments

Comments
 (0)