Skip to content

Commit

Permalink
Fix liveliness timeout type
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 27, 2024
1 parent c72215e commit 0021868
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 0021868

Please sign in to comment.