Skip to content

Commit

Permalink
Update src/proto/single/resp.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Gjengset <[email protected]>
  • Loading branch information
rustworthy and jonhoo authored May 20, 2024
1 parent cae4dc8 commit dabe6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/single/resp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub struct DataSnapshot {
pub tasks: serde_json::Value,
}

/// Faktory's server process stats.
/// Faktory's server process information.
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct ServerSnapshot {
/// Description of the server process (e.g. "Faktory").
Expand Down

0 comments on commit dabe6db

Please sign in to comment.