Skip to content

Commit e4d4ae2

Browse files
authored
refactor connection counter (#343)
* Remove restart_worker test * Remove Slab * Rework counter * Make counter limit switch accurate * Remove backpressure. Add pause state * make changes for review * fix doc comment for counter
1 parent 8ad5f58 commit e4d4ae2

File tree

6 files changed

+360
-315
lines changed

6 files changed

+360
-315
lines changed

actix-server/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ futures-core = { version = "0.3.7", default-features = false, features = ["alloc
2828
log = "0.4"
2929
mio = { version = "0.7.6", features = ["os-poll", "net"] }
3030
num_cpus = "1.13"
31-
slab = "0.4"
3231
tokio = { version = "1.2", features = ["sync"] }
3332

3433
[dev-dependencies]

0 commit comments

Comments
 (0)