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.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index ed0e672552..56822db0ef 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -58,6 +58,8 @@ HMICapabilitiesCacheFile = hmi_capabilities_cache.json
MaxCmdID = 2000000000
; SDL respond timeout (in milliseconds) in case of HMI has not respond on a mobile request
DefaultTimeout = 10000
+; Extra time to compensate default timeout due to external delays
+DefaultTimeoutCompensation = 1000
; Available disk space in bytes for each application file handling
; Default value is 100 MiB
AppDirectoryQuota = 104857600
@@ -158,7 +160,7 @@ ListFilesRequest = 5
HelpCommand = Help
[AppInfo]
-; The path for applications info storage.
+; The file name for applications info storage.
AppInfoStorage = app_info.dat
[Security Manager]
@@ -269,7 +271,8 @@ HashStringSize = 32
[SDL4]
; Section for features added in protocol version 4
; Path where apps icons must be stored
-AppIconsFolder = storage
+; Specify a dedicated folder, as old files in this folder can be automatically removed
+AppIconsFolder = icons
; Max size of the folder in bytes
AppIconsFolderMaxSize = 104857600
; Amount of oldest icons to remove in case of max folder size was reached