Skip to content

Commit

Permalink
Release v3.2.5
Browse files Browse the repository at this point in the history
* Changed auto update cache frequency to 24 hours

Co-authored-by: Iosif Peterfi <[email protected]>
  • Loading branch information
ethernity-cloud and iosifpeterfi authored Oct 27, 2023
1 parent 39302a8 commit 896a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/etny-node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ def __enforce_update(self):
logger.info('Checking if the auto update can be performed...')
if self.__can_run_auto_update(config.auto_update_file_path, 24 * 60 * 60):
logger.info('Exiting the agent. Performing auto update...')
self.__write_auto_update_cache(config.heart_beat_log_file_path, 24 * 60 * 60);
self.__write_auto_update_cache(config.auto_update_file_path, 24 * 60 * 60);
exit(1)

def __call_heart_beat(self):
Expand Down

0 comments on commit 896a941

Please sign in to comment.