Made the monitor interval optional and set 300 seconds to default.
This commit is contained in:
parent
7e228a3196
commit
fc925d1d82
14 changed files with 24 additions and 19 deletions
|
|
@ -35,9 +35,9 @@ from linspector.core.monitors import Monitors
|
|||
|
||||
logger = logging.getLogger('linspector')
|
||||
|
||||
# i currently only increase the 3rd number because the goal is that 0.19 will become the first
|
||||
# i currently only increase the 3rd number because the goal is that 0.20.* will become the first
|
||||
# stable version.
|
||||
__version__ = '0.19.31.dev1'
|
||||
__version__ = '0.19.32.dev1'
|
||||
__author__ = 'Johannes Findeisen <you@hanez.org>'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue