Enhancement request for input plugins.
By default, PluginHelper::Timer#timer_execute launches timer immediately.
This is no problem on almost cases but some plugins, e.g. in_tail, takes long time in start by executing code.
To avoid this problem, delaying timer execution mitigates this situation.
See also: #1502
Enhancement request for input plugins.
By default,
PluginHelper::Timer#timer_executelaunches timer immediately.This is no problem on almost cases but some plugins, e.g. in_tail, takes long time in
startby executing code.To avoid this problem, delaying timer execution mitigates this situation.
See also: #1502