Skip to content

Commit

Permalink
bug: Disable "reliable_report" as default feature (#826)
Browse files Browse the repository at this point in the history
This should not be enabled by default
jrconlin authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4f35545 commit 4b298e4
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 autoconnect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ actix-service = "2.0"
docopt = "1.1"

[features]
default = ["bigtable", "reliable_report"]
default = ["bigtable"]
bigtable = ["autopush_common/bigtable", "autoconnect_settings/bigtable"]
emulator = ["bigtable"]
log_vapid = []
2 changes: 1 addition & 1 deletion autoendpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ tempfile = "3.2.0"
tokio = { workspace = true, features = ["fs", "macros"] }

[features]
default = ["bigtable", "reliable_report"]
default = ["bigtable"]
# data store types
bigtable = ["autopush_common/bigtable"]

0 comments on commit 4b298e4

Please sign in to comment.