Skip to content

Commit 1eac05a

Browse files
authored
Merge pull request #374 from AdExNetwork/rate-limit-redis-pool
sentry - redis pool for tests
2 parents 6cf7ada + 01051d4 commit 1eac05a

File tree

6 files changed

+187
-129
lines changed

6 files changed

+187
-129
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ async-trait = "^0.1"
1313
primitives = { path = "../primitives", features = ["postgres"] }
1414
adapter = { version = "0.1", path = "../adapter" }
1515
chrono = { version = "0.4", features = ["serde"] }
16+
dashmap = "4"
1617
hex = "0.4"
1718
# CLI
1819
clap = "^2.33"

0 commit comments

Comments
 (0)