lbry-desktop/web/setup
infinite-persistence 0a88c6254d
Publish: restore the multiple retries (#1763)
- Previously, we tried to solve the "file locked" problem by only making one retry after a super long delay. This was from an anecdote that it's more likely to lock up if the delay was short.
  - This didn't help at all for our case, and Andrey has made some locking mechanism changes in the backend.
  - The reduced number of retries probably increased the number of "failed to upload chunk" errors (not sure), which is supposedly a normal occurrence and we're expected to keep retrying.

Restoring the retry behavior and monitor...
2022-06-28 06:29:07 -04:00
..
publish-v1.js fix timeout with remote 2022-05-05 13:04:46 -04:00
publish-v2.js Publish: restore the multiple retries (#1763) 2022-06-28 06:29:07 -04:00
publish.js Support stream updates via claim_id parameter (#1465) 2022-05-19 08:13:48 -04:00