-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client_buffer_size reset to 1 #87
Comments
I do not confirm. I have 1500 000 and no errors.
|
Could it be an error in the download.ini file? I don't know where to look as it's working like a charm after compiling mlnet with a hard coded default buffer size of 500.000 |
See mldonkey/docs/ChangeLog.old
|
Mmmh, t
Ok, but if something is wrong in the downloads.ini, it falls back to 50.000:
Still couldn't find what was wrong in my downloads.ini though: anyway now it's working as expected. Thanx |
Right after running mlnet, client_buffer_size gets reset to 1 in the download.ini config file.
The parameter is not taken into account if I change it to anything more than 50.000. In fact I keep getting errors like:
which clearly indicates that the buffer size is at 50.000
Only recompiling with line 1873 of src/daemon/common/commonOptions.ml changed, seem to have mlnet use a different value:
Sysinfo:
I also tried different OCaml versions with the same result.
Any ideas?
Thank you
The text was updated successfully, but these errors were encountered: