summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-03 10:44:21 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-03 10:44:21 -0500
commit75dffee44570835716b1435dc8e1116e93ae5094 (patch)
tree90026713e5abb955fef02d1a24db8959f39dc31c
parent0a1854972ebf335ebd9bbdb1ac572b363a99dcee (diff)
parent88b91e45467b807c6978f0c834754afe0b31be5c (diff)
downloadsdl_ios-75dffee44570835716b1435dc8e1116e93ae5094.tar.gz
Merge branch 'hotfix/issue_342'
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m b/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m
index 1d1785c02..7f122c01e 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m
@@ -64,7 +64,7 @@ static const NSUInteger maxProxyVersion = 4;
if (self.maxHeadUnitVersion > maxProxyVersion) {
return 1024;
} else {
- return 128000;
+ return 131084;
}
} break;
default: {