andrinux / fusecompress

GNU General Public License v2.0
0 stars 0 forks source link

Don't do setpriority() or make nice level configurable. #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't like the way fusecompress sets itself to 10, I've been patching this 
down to +1 for a while now and think that it should either be configurable 
(--enable-autonice --with-nice= or something.) or simply stripped out completly.

Original issue reported on code.google.com by sverd.johnsen on 24 Jun 2011 at 11:24

GoogleCodeExporter commented 8 years ago
Without having done any serious software archeology, I suspect this to be a 
remnant of the times when all compression was done in the background 
compression thread, for which nicing makes some amount of sense. I'll remove it 
some time.

Original comment by ulrich.h...@gmail.com on 31 Oct 2011 at 11:10

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r124.

Original comment by ulrich.h...@gmail.com on 31 Oct 2011 at 4:28