#1923 closed feature-request (Fixed)
Add option for Full Allocation (without sparse files)
Reported by: | Calum | 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 by , 14 years ago
comment:2 by , 13 years ago
I'm working on this. https://github.com/gazpachoking/deluge/tree/master-preallocate
comment:3 by , 11 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Fixed in develop: [67e9787ba1e430]
comment:4 by , 10 years ago
Milestone: | 2.0.x → 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.