Skip to content

Commit

Permalink
Fix liveliness timeout type (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Dec 30, 2024
1 parent c72215e commit 2ddc5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh/api/session.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ class Session : public Owned<::z_owned_session_t> {
/// @name Fields

/// @brief The timeout for the query in milliseconds.
uint32_t timeout_ms = 10000;
uint64_t timeout_ms = 10000;

/// @name Methods

Expand Down

0 comments on commit 2ddc5bf

Please sign in to comment.