Skip to content
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

Make the detach process forward interval configurable #982

Merged
merged 2 commits into from
May 24, 2016
Merged

Make the detach process forward interval configurable #982

merged 2 commits into from
May 24, 2016

Conversation

cbroglie
Copy link

@cbroglie cbroglie commented May 23, 2016

Setting this to a value less than the magic number of 0.2 (like 0.0) fixes the issue in #930

Setting this to a value less than the magic number of 0.2 fixes the
issue in #930
@@ -438,11 +438,17 @@ def configure(conf)
@detach_process = false
end
end

if forward_interval = conf['detach_process_forward_interval']
@forward_interval = forward_interval.to_f
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Config.time_value instead of to_f.

@repeatedly repeatedly added enhancement Feature request or improve operations v0.12 labels May 24, 2016
@repeatedly repeatedly merged commit f87d9a5 into fluent:v0.12 May 24, 2016
@repeatedly
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations v0.12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants