app/models/setting/foreman_tasks.rb in foreman-tasks-2.0.3 vs app/models/setting/foreman_tasks.rb in foreman-tasks-3.0.0
- old
+ new
@@ -15,10 +15,10 @@
nil),
set('foreman_tasks_polling_multiplier',
N_('Polling multiplier which is used to multiply the default polling intervals. '\
'This can be used to prevent polling too frequently for long running tasks.'),
1,
- N_("Polling intervals multiplier"))
+ N_("Polling intervals multiplier")),
]
end
def self.load_defaults
Setting::BLANK_ATTRS.push('foreman_tasks_troubleshooting_url')