aboutsummaryrefslogtreecommitdiffstats
path: root/support/hololens/ServoApp/Devtools/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'support/hololens/ServoApp/Devtools/Client.cpp')
-rw-r--r--support/hololens/ServoApp/Devtools/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/Devtools/Client.cpp b/support/hololens/ServoApp/Devtools/Client.cpp
index f854647ce0a..a790b2f0eb8 100644
--- a/support/hololens/ServoApp/Devtools/Client.cpp
+++ b/support/hololens/ServoApp/Devtools/Client.cpp
@@ -79,7 +79,7 @@ IAsyncAction DevtoolsClient::Loop() {
} catch (...) {
throw hresult_error(E_FAIL, L"Can't parse message header:" + c);
}
- if (len >= 10000) {
+ if (len >= 100000) {
throw hresult_error(E_FAIL, L"Message length too long");
}
}