Skip to content

Commit 14236c8

Browse files
LocationSync: Double the Receive Buffer Size to handle the ip-papi.com response with out buffering (#151)
1 parent ddd0f07 commit 14236c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LocationSync/LocationService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ namespace Plugin {
326326

327327
PUSH_WARNING(DISABLE_WARNING_THIS_IN_MEMBER_INITIALIZER_LIST)
328328
LocationService::LocationService(Core::IDispatchType<void>* callback)
329-
: BaseClass(1, g_Factory, false, Core::NodeId(), Core::NodeId(), 256, 1024)
329+
: BaseClass(1, g_Factory, false, Core::NodeId(), Core::NodeId(), 256, (1024 * 2))
330330
, _adminLock()
331331
, _state(IDLE)
332332
, _remoteId()

0 commit comments

Comments
 (0)