Simple Torrent - Package Updates
Pinned
Simple Torrent
-
[2.6.0]
- Update Simple Torrent to 1.3.0
- Config option: AllowRuntimeConfigure (default: true)
- Config option: MaxConcurrentTask(default: 0, unlimited)
- Config option: SeedTime(default: 0, unlimited)
- Realtime data can be transfered over Eventstream (original) or Websocket, the lighting bolt button at right top to swith on/off.
- Move torrents to .trashTorrent dir on deleting a task, instead of actually removal
- DoneCmd environment variable add CLD_FILENUM, file number count of the task
- Listening Host aceepts unix sockets(--host=unix:/run/cld.socks) fix #110
- Enable Mmap storage on 64bit machines, could reduce IO pressure.
- DoneCMD process output logs in realtime
- Download section refresh manually
- Optimized UI loading process
- reverted jsonpatch lib which caused high cpu usage.
- Config option: TrackerListURL change to TrackerList, allowing specifying trackers locally.