summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-03-06 17:13:03 -0500
committerGitHub <noreply@github.com>2018-03-06 17:13:03 -0500
commit95aec12cbd07087af530413e574415056e45e067 (patch)
tree640369ac3056352f70ad157a6bbd548be5e1fa3b
parent4c4326c2d81ad03ad1b0ca806ddf13eb1ba24da4 (diff)
downloadsdl_core-95aec12cbd07087af530413e574415056e45e067.tar.gz
Remove duplicate `PendingRequestsAmount` value
-rw-r--r--src/appMain/smartDeviceLink.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index 7a7b901979..d201a0736e 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -69,7 +69,6 @@ AppTimeScaleMaxRequests = 1000
AppRequestsTimeScale = 10
; Allowed pending requests amount. If value is 0 check will be skipped
PendingRequestsAmount = 5000
-PendingRequestsAmount = 0
; Heart beat timeout used for protocol v3.
; Timeout must be specified in milliseconds. If timeout is 0 heart beat will be disabled.
HeartBeatTimeout = 7000