-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add max_open_files
parameter for systemd systems
#298
Add max_open_files
parameter for systemd systems
#298
Conversation
7e974f7
to
f38bbda
Compare
@alexjfisher ping :) |
@@ -180,6 +185,7 @@ | |||
Hash $config_defaults = {}, | |||
String $os = downcase($facts['kernel']), | |||
Optional[Variant[Stdlib::HTTPUrl, Stdlib::Unixpath, String[1]]] $external_url = undef, | |||
Optional[Integer] $max_open_files = undef, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexjfisher Could you please fix the indentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't think adding 45 extra whitespaces improved readability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased (which added the collect_scrape_jobs
line above mine)
Ping @alexjfisher |
f38bbda
to
d3e4fee
Compare
Add `max_open_files` parameter for systemd systems
Alternative to #297
@sc0rp10 Does this work for you?