From 61e264ec2ebae02a4498db16386657a04b47002f Mon Sep 17 00:00:00 2001 From: Dmitriy Klimenko Date: Thu, 11 Sep 2014 03:13:26 -0700 Subject: APPLINK-9056: PutFile Streaming Returns TOO_MANY_REQUESTS and TIMED_OUT Response impl --- customer-specific/pasa/src/appMain/smartDeviceLink.ini | 2 +- src/appMain/smartDeviceLink.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer-specific/pasa/src/appMain/smartDeviceLink.ini b/customer-specific/pasa/src/appMain/smartDeviceLink.ini index 52f94dfeae..d7efee5164 100755 --- a/customer-specific/pasa/src/appMain/smartDeviceLink.ini +++ b/customer-specific/pasa/src/appMain/smartDeviceLink.ini @@ -38,7 +38,7 @@ AppHMILevelNoneTimeScaleMaxRequests = 100 AppHMILevelNoneRequestsTimeScale = 10 AppTimeScaleMaxRequests = 1000 AppRequestsTimeScale = 10 -PendingRequestsAmount = 1000 +PendingRequestsAmount = 5000 ; Heart beat timeout used for protocol v3. Timeout must be specified in seconds. If timeout is 0 heart beat will be disabled. HeartBeatTimeout = 0 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini index eef9c174f0..b909901077 100644 --- a/src/appMain/smartDeviceLink.ini +++ b/src/appMain/smartDeviceLink.ini @@ -44,7 +44,7 @@ AppHMILevelNoneTimeScaleMaxRequests = 100 AppHMILevelNoneRequestsTimeScale = 10 AppTimeScaleMaxRequests = 1000 AppRequestsTimeScale = 10 -PendingRequestsAmount = 1000 +PendingRequestsAmount = 5000 HeartBeatTimeout = 7 SupportedDiagModes = 0x01, 0x02, 0x03, 0x05, 0x06, 0x07, 0x09, 0x0A, 0x18, 0x19, 0x22, 0x3E SystemFilesPath = /tmp/fs/mp/images/ivsu_cache -- cgit v1.2.1