lbry-desktop/web/setup
infinite-persistence 70ea3f0812
tus: restore higher chunk size (10MB -> 25MB) (#1774)
It was previously reduced to 10MB (d1447083) with the assumption that the slow disk write was causing the "lock" issue.

Now that the backend has implemented a new locking mechanism, restore to a larger chunk to reduce the number of PATCH calls.

```
10MB  ->  2s/call
25MB  ->  6s/call (similar to what I see with Google Drive)
100MB -> 25s/call
```
2022-06-29 08:34:25 -04:00
..
publish-v1.js fix timeout with remote 2022-05-05 13:04:46 -04:00
publish-v2.js tus: restore higher chunk size (10MB -> 25MB) (#1774) 2022-06-29 08:34:25 -04:00
publish.js Support stream updates via claim_id parameter (#1465) 2022-05-19 08:13:48 -04:00