Skip to content

Commit

Permalink
add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Jan 8, 2025
1 parent 21f7731 commit 04bda8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub struct AppState {
pub timeout_fallback: f64,
/// The offset of the timeout in fractional seconds that is always subtracted from the value.
pub timeout_offset: f64,
/// .
/// The protocol version that should be used as a fallback (if not explicitly defined).
pub protocol_version: isize,
/// The resolver that will be used to dynamically resolve all target addresses.
pub resolver: TokioAsyncResolver,
Expand Down

0 comments on commit 04bda8d

Please sign in to comment.