Apply dependencies update
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index da41eaaf9188d951c235e1e299ace0ff5d3874e3..b115a42f24f07398ebd7b67827dca0a3e20f1eb9 100644 (file)
@@ -95,6 +95,8 @@ export default class Constants {
 
   static readonly DEFAULT_CONNECTION_TIMEOUT = 30;
 
+  static readonly DEFAULT_LOG_STATISTICS_INTERVAL = 60; // Seconds
+
   static readonly DEFAULT_HEARTBEAT_INTERVAL = 60000; // Ms
 
   static readonly SUPPORTED_MEASURANDS = Object.freeze([
@@ -107,7 +109,6 @@ export default class Constants {
 
   static readonly DEFAULT_FLUCTUATION_PERCENT = 5;
 
-  static readonly PERFORMANCE_RECORDS_FILETYPE = 'Performance records';
   static readonly DEFAULT_PERFORMANCE_RECORDS_FILENAME = 'performanceRecords.json';
   static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'charging-stations-simulator';
   static readonly PERFORMANCE_RECORDS_TABLE = 'performance_records';