Skip to content

Commit

Permalink
Update GenericOSCQueryModule.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper authored Dec 31, 2023
1 parent 0d36f9e commit 58824f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void GenericOSCQueryModule::requestStructure()

std::unique_ptr<InputStream> stream(url.createInputStream(
URL::InputStreamOptions(URL::ParameterHandling::inAddress)
.withConnectionTimeoutMs(2000)
.withConnectionTimeoutMs(15000)
.withResponseHeaders(&responseHeaders)
.withStatusCode(&statusCode)
));
Expand Down

0 comments on commit 58824f2

Please sign in to comment.