Would it be possible to get URD to process RAR and PAR2 straight after downloading. At the moment if I have more than one download no processing happens till they have all finished. I find this very restrictive.
Actually this is what should happen. But I now see that the max_urddthreads option is removed. I'll fix that. Thanx for letting us know
For now you can do a manual update on the database to raise the number. The value (6 here) should be a bit higher than max_nntpthreads in the usenetserver config.
login to mysql and run this query on the urd database:
update preferences set value=6 where userID =0 and `option`='urdd_maxthreads';