blob: 1f8c431581bee2c2013137a220689ad10acbd4e5 [file]
Index: git/Source/websocket/JSONRPCLink.h
===================================================================
--- git.orig/Source/websocket/JSONRPCLink.h
+++ git/Source/websocket/JSONRPCLink.h
@@ -251,7 +251,7 @@ namespace WPEFramework {
}
uint32_t Initialize()
{
- return (Open(0));
+ return (Open(1000));
}
void Deinitialize()
{