#1923 closed feature-request (Fixed)
Add option for Full Allocation (without sparse files)
Reported by: | Cas | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Discussion and current workaround: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=37349
lt python binding for full allocation is:
lt.storage_mode_t(0)
http://www.rasterbar.com/products/libtorrent/manual.html#storage-allocation
Change History (5)
comment:1 Changed 12 years ago by andar
comment:2 Changed 11 years ago by gazpachoking
I'm working on this. https://github.com/gazpachoking/deluge/tree/master-preallocate
comment:3 Changed 10 years ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
Fixed in develop: [67e9787ba1e430]
comment:4 Changed 8 years ago by Cas
- Milestone changed from 2.0.x to 2.0
Note: See
TracTickets for help on using
tickets.
It's likely that libtorrent will be dropping support for compact allocation in 0.16, so we will need to address the storage type setting regardless. This would be a good time to offer the two options: Sparse (default) and Full.