mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
7 lines
148 B
Ruby
7 lines
148 B
Ruby
unless Rails.env.test?
|
|
unless FluentdUI.td_agent_ui?
|
|
# td-agent-ui shouldn't auto update
|
|
FluentdUiUpdateCheck.new.async.perform
|
|
end
|
|
end
|