Saving before slight refactor
This commit is contained in:
parent
dc3da89b59
commit
6518dc6eff
2 changed files with 36 additions and 9 deletions
2
TODO.md
2
TODO.md
|
|
@ -28,6 +28,7 @@ someday:
|
|||
- [x] favicons for Web UI
|
||||
|
||||
refactor:
|
||||
- [ ] session persistence: should add torrents even if we haven't resolved it yet
|
||||
- [x] where are peers stored
|
||||
- [x] http api pause/unpause etc
|
||||
- [x] when a live torrent fails writing to disk, it should transition to error state
|
||||
|
|
@ -35,7 +36,6 @@ refactor:
|
|||
- [x] silence this: WARN torrent{id=0}:external_peer_adder: librqbit::spawn_utils: finished with error: no longer live
|
||||
|
||||
- [x] start from error state should be possible from UI
|
||||
- [ ] if the torrent was completed, not need to re-check it
|
||||
- [x] checking is very slow on raspberry
|
||||
checked. nothing much can be done here. Even if raspberry's own libssl.so is used it's still super slow (sha1)
|
||||
- [ ] .rqbit-session.json file has 0 bytes when disk full. I guess fs::rename does this when disk is full? at least on linux. Couldn't repro on MacOS
|
||||
Loading…
Add table
Add a link
Reference in a new issue