i have a trouble (no start) with the HFS.vfs load when too many request are opened at the start (all limit off),
you mean that HFS is accepting connections without limit while loading the VFS ?
i could just disable the server while loading.
if not flashget (or else) can make easily crash hfs. (not only at the start load)
do you confirm this happened with #217 ?
i use the "max simultaneous download limit from single address" + a ban on the crashing guest IP to keep hfs stable.
that limit should always be set, in my opinion
"Single Address User Downloading speed limit"
"Single Address Anonymous Downloading speed limit"
can you be more explicit on what these should do.
maybe it can be done by using event scripts.
enable a filter on the file to speed limit, to exempt the html, css, js, xml, flw of the speed limit.
by using event scripts you can decide to skip some extension
[request]
{.if not|{.match|*.html;*.css|%item-ext%.}|{:
{.set speed limit for connection|10.}
:}.}
if not it slow also everybody on the html template view or your hosted web pages.
the idea is to limit only the files to download speed (DATA),
we'll work to make it possible with event scripts.
although less easier, it's a much more powerful way.