Skip to content

Commit 610906f

Browse files
committed
feat: temporarily disable ban manager
1 parent 47b2b37 commit 610906f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stratum-server"
3-
version = "5.5.3"
3+
version = "5.5.4"
44
authors = ["Sean Kilgarriff sean@urkel.com"]
55
rust-version = "1.65"
66
edition = "2021"

server/src/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl<State: Clone + Send + Sync + 'static, CState: Default + Clone + Send + Sync
4646

4747
//@todo this seems dangerous on Global Accelerator As they all use the same address ->
4848
//Let's think about if we use this by default or not.
49-
self.ban_manager.check_banned(address)?;
49+
// self.ban_manager.check_banned(address)?;
5050

5151
let (mut reader, tx, handle) = self.connection.init();
5252

0 commit comments

Comments
 (0)