Skip to content

Commit

Permalink
set deafult release parameters for polling interval and offline retries
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed Sep 8, 2019
1 parent dbc32cc commit d12ed0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copinicoos/input_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def __init__(self):
self.args = Args()
self.account_manager = AccountManager()
self.args.download_location = os.getcwd()
self.args.polling_interval = 6
self.args.offline_retries = 2
self.args.polling_interval = 1800 # every 30 mins
self.args.offline_retries = 24 # give half day's grace for product to be online
self.config_path = None
self.copinicoos_logs_path = None

Expand Down

0 comments on commit d12ed0b

Please sign in to comment.