summaryrefslogtreecommitdiff
path: root/src/appMain/smartDeviceLink.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/appMain/smartDeviceLink.ini')
-rw-r--r--src/appMain/smartDeviceLink.ini28
1 files changed, 21 insertions, 7 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index bdca54e80e..dcad14a611 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -22,6 +22,8 @@ VideoStreamingPort = 5050
AudioStreamingPort = 5080
[MAIN]
+SDLVersion =
+LogsEnabled = true
; Contains .json/.ini files
AppConfigFolder =
; Contains output files, e.g. .wav
@@ -51,7 +53,8 @@ AppTimeScaleMaxRequests = 1000
AppRequestsTimeScale = 10
; Allowed pending requests amount. If value is 0 check will be skipped
PendingRequestsAmount = 5000
-HeartBeatTimeout = 7
+; HeartBeat timeout in ms
+HeartBeatTimeout = 7000
SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E
SystemFilesPath = /tmp/fs/mp/images/ivsu_cache
UseLastState = true
@@ -97,7 +100,7 @@ HelpPromt = Please speak one of the following commands,Please say a command
; Default prompt items, separated by comma
TimeOutPromt = Please speak one of the following commands,Please say a command
HelpTitle = Available Vr Commands List
-; In case mobile app didn't send global properties default global properties will be sent after this timeout
+; In case mobile app didn't send global properties default global properties will be sent after this timeout in seconds
; max value TTSGlobalPropertiesTimeout 64K
TTSGlobalPropertiesTimeout = 20
@@ -182,7 +185,8 @@ MalformedFrequencyCount = 10
MalformedFrequencyTime = 1000
[ApplicationManager]
-ApplicationListUpdateTimeout = 2
+; Application list update timeout ms
+ApplicationListUpdateTimeout = 2000
; Max allowed threads for handling mobile requests. Currently max allowed is 2
ThreadPoolSize = 1
HashStringSize = 32
@@ -199,15 +203,25 @@ AppIconsAmountToRemove = 1
[Resumption]
-# Timeout in seconds for resumption Application HMILevel
+# Timeout in milliseconds for resumption Application HMILevel
# and resolving conflicts in case if multiple applications initiate resumption
-ApplicationResumingTimeout = 3
+ApplicationResumingTimeout = 3000
-# Timeout in seconds for pereodical saving resumption persisten data
-AppSavePersistentDataTimeout = 10 #seconds
+# Timeout in milliseconds for periodical saving resumption persistent data
+AppSavePersistentDataTimeout = 10000
# Timeout in seconds to store hmi_level for media app before ign_off
ResumptionDelayBeforeIgn = 30;
# Timeout in seconds to restore hmi_level for media app after sdl run
ResumptionDelayAfterIgn = 30;
+
+# Resumption ctrl uses JSON if UseDBForResumption=false for store data otherwise uses DB
+UseDBForResumption = false
+
+# Number of attempts to open resumption DB
+AttemptsToOpenResumptionDB = 5
+
+# Timeout between attempts during opening DB in milliseconds
+OpenAttemptTimeoutMsResumptionDB = 500
+