Skip to content

Commit

Permalink
Merge branch 'dev' into new
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn authored Oct 14, 2024
2 parents f72289d + 1e490ae commit 346245e
Show file tree
Hide file tree
Showing 9 changed files with 405 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .tmuxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ windows:
- window_name: redis
panes:
- shell_command:
- just connect-redis
- just connect-redis
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,16 @@ capp = { path = ".", features = ["http", "healthcheck", "redis"] }
# mongodb = { version = "2.6.1", features = ["tokio-runtime"] }
# scraper = "0.17.1"
dotenvy = "0.15"
hyper = { version = "1.0", features = ["server", "http1"] }
hyper = { version = "1.3", features = ["server", "http1"] }
http-body-util = "0.1"
bytes = "1.5"
bytes = "1.6"
pin-project-lite = "0.2"
dotenvy = "0.15"

Check failure on line 63 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Check

duplicate key `dotenvy` in table `dev-dependencies`

Check failure on line 63 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Test Suite

duplicate key `dotenvy` in table `dev-dependencies`

Check failure on line 63 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Clippy

duplicate key `dotenvy` in table `dev-dependencies`
scraper = "0.19"
rand = "0.8"
md5 = "0.7.0"
url = "2.5.0"
base64 = "0.22.1"

[features]
http = ["dep:backoff", "dep:reqwest"]
Expand Down
157 changes: 0 additions & 157 deletions examples/hackernews.rs.not_working

This file was deleted.

12 changes: 12 additions & 0 deletions examples/hackernews/hn_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
app:
name: "HackerNews"
threads: 2
max_queue: 500
proxy_provider: "no_proxy"
user_agents_file: "examples/hackernews/hn_uas.txt"

no_proxy:
connect_timeout: 5
timeout: 30
proxy:
use: false
File renamed without changes.
Loading

0 comments on commit 346245e

Please sign in to comment.