Skip to content

Commit

Permalink
HTTP plugin: remove usage of 'add_timestamp' feature for perf reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Aug 27, 2020
1 parent 035211d commit 628a0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/zenoh-http/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ crate-type = ["cdylib"]

[dependencies]
zenoh = { version = "0.5.0", path = "../../zenoh" }
zenoh-router = { version = "0.5.0", path = "../../zenoh-router", features = ["add_timestamp"] }
zenoh-router = { version = "0.5.0", path = "../../zenoh-router" }
zenoh-protocol = { version = "0.5.0", path = "../../zenoh-protocol" }
futures = "0.3.5"
clap = "2"
Expand Down

0 comments on commit 628a0ac

Please sign in to comment.