-
Notifications
You must be signed in to change notification settings - Fork 36
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
-k 0 parameter does not deactivate post checking? #49
Comments
Thanks for bringing up these issues. I've made clarifications which hopefully address these. Post checking: setting check connections to 0 does disable it. Internally, Nyuu handles this by skipping the check operation and instantly marking posted articles as checked (this simplifies overall design). If you've enabled more extensive logging, it just dumps out this internal info. I've made a change to hide this text if post checking is disabled, to avoid confusion. Connection usage with checking: your first understanding is correct, In future, I may remove the Thanks again! |
Hi Anime Tosho Many thanks for your clarifications and further explanations. And thanks once again for writing this wonderful piece of software! Regards, Tensai |
Hi Anime Tosho
I have some issues regarding the post check.
According to your help information, post check by default is disabled (-k 0). However, when starting an upload without setting the option -k, in the overview message at the end it is nevertheless stated "Articles checked: XXX (100.00%)". Even if you explicitly set the option -k 0 the articles still get checked (at least according to the overview at the end). How do I ensure that post check is disabled?
Also the connections settings are not clear to me when I want to use post check. If I want to use the same server for upload and post check and the server allows for max X connections, how do I have to set the -n and the -k option correctly to use all the X connections without running into "too many connections" errors? So if I set
-n X -k Y
will then X+Y connections be used and I better should set:
-n X-Y -k Y
or is -n X the max connections used by nyuu, and nyuu will take care by itself to only use X-Y connections for upload and y connections for post check?
Thanks for this great program and best regards!
Tensai
The text was updated successfully, but these errors were encountered: