Skip to content

Commit

Permalink
Increased the default connection timeout in the C++ client.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Apr 26, 2021
1 parent 4c9cfb0 commit dcf96f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/point_one/polaris/polaris_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ class PolarisClient {

void RequestBeacon(const std::string& beacon_id);

void Run(double timeout_sec = 15.0);
void Run(double timeout_sec = 30.0);

void RunAsync(double timeout_sec = 15.0);
void RunAsync(double timeout_sec = 30.0);

void Disconnect();

Expand Down

0 comments on commit dcf96f8

Please sign in to comment.