Skip to content
Snippets Groups Projects
Commit 5847e826 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-550: Provide defaults for the polling and archiving periods if no configuration is read

parent 556ec813
No related branches found
No related tags found
1 merge request!202L2SS-550: Install archiver config
......@@ -62,8 +62,8 @@ class Archiver():
"""
# Global 'DEVELOPMENT' environment variables set by configuration file
dev_polling_time = None
dev_archive_time = None
dev_polling_time = 600
dev_archive_time = 3600
def __init__(self, cm_name: str = 'archiving/hdbppts/confmanager01', context: str = 'RUN'):
self.cm_name = cm_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment