Skip to content

Commit

Permalink
enable tcp_nodelay for Redis for faster caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 6, 2023
1 parent 77bc9c5 commit d5dc9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ rand = "0.8"
rayon = "1.8"
redis = { version = "0.24", features = [
"ahash",
# "tcp_nodelay", // TODO: enable when this feature is available again
"tcp_nodelay",
], default-features = false, optional = true }
regex = "1"
reqwest = { version = "0.11", features = [
Expand Down

0 comments on commit d5dc9ef

Please sign in to comment.