mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
JobHook: add getSuggestedRunInterval()
This commit is contained in:
parent
7265a5796b
commit
4cc70311f2
@ -33,6 +33,11 @@ abstract class JobHook
|
||||
return $class;
|
||||
}
|
||||
|
||||
public static function getSuggestedRunInterval(QuickForm $form)
|
||||
{
|
||||
return 900;
|
||||
}
|
||||
|
||||
/**
|
||||
* Override this method if you want to extend the settings form
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user