Skip to content

Commit

Permalink
chore(release): v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 12, 2024
1 parent 797e363 commit 86461fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "sha_p2pool"
version = "0.7.5"
version = "0.7.6"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/server/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl Default for Config {
http_server: http::server::Config::default(),
max_incoming_connections: Some(100),
max_outgoing_connections: Some(16),
network_silence_delay: 0,
network_silence_delay: 300,
}
}
}
Expand Down

0 comments on commit 86461fc

Please sign in to comment.