Custom Query (8117 matches)
Results (421 - 423 of 8117)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#11931 | duplicate | Move files | ||
Description |
Please add the ability to move files in the queue up and down. |
|||
#11930 | fixed | missing --tag=CXX when compiling filezilla | ||
Description |
In the generated file src/interface/Makefile.in, there is not "--tag=CXX" argument in the filezilla_LINK variable, which makes linking fail in my environment because libtool complains about the missing tag. I see that there are tries to add it in the corresponding Makefile.am but it's perhaps in the wrong variable? Anyway, I need the attached patch to compile filezilla. |
|||
#11927 | rejected | Use more memory to reduce drive load | ||
Description |
Currently when I am uploading a large file, FZ server seems to spin up the drive, load one chunk/packet into memory, close the file, upload the file and then repeat. It does this a 2~3 times a second until the file is finished uploading (perhaps several hours later). This is a waste of power and needlessly wears the drive (in the case of a physical drive). I would love if you could buffer significantly more (many megabytes) into memory to avoid this. But... obviously pretty low priority given that it sounds difficult to code for the amount of visible payoff. Think of it as helping the environment? For my case use alone it could allow at least one drive to be turned off/spun down several more hours a day. |