We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If no comment was set for a key,value pair then I expect the WriteComment to not write the extra lines.
# eddy.aq.concurrent.consumers = 10 # eddy.aq.max.concurrent.consumers = 10
vs
eddy.aq.concurrent.consumers = 10 eddy.aq.max.concurrent.consumers = 10
The text was updated successfully, but these errors were encountered:
I've pushed the issue_3 branch which should fix that. Pls have a look.
Sorry, something went wrong.
thanks, will have a look tomorrow
On Wed, Apr 8, 2015 at 5:36 PM, Frank Schröder [email protected] wrote:
I've pushed the issue_3 branch which should fix that. Pls have a look. — Reply to this email directly or view it on GitHub #3 (comment).
— Reply to this email directly or view it on GitHub #3 (comment).
^ Ernest Micklei
http://ernestmicklei.com
Do not print comments if they are all empty
6dfa15a
#3
Fixed in v1.5.2
No branches or pull requests
If no comment was set for a key,value pair then I expect the WriteComment to not write the extra lines.
vs
The text was updated successfully, but these errors were encountered: