Skip to content

Commit 010fa58

Browse files
committed
Changed things in extension + added default config + Rustls switch
1 parent 15f56cd commit 010fa58

File tree

13 files changed

+14
-4
lines changed

13 files changed

+14
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ reqwest = { version = "*", features = [
1212
"gzip",
1313
"deflate",
1414
"cookies",
15-
] }
15+
"rustls-tls",
16+
], default-features = false }
1617
serde = { version = "*", features = ["derive"] }
1718
serde_json = "*"
1819
toml = "0.5.8"

clean_read_v2.exe

-8.39 MB
Binary file not shown.

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ cache_folder = "cache"
44
text_element_debug_file = "target/text_element.txt"
55
database_file = "template/db.json"
66
address = "127.0.0.1:8080"
7-
bench_mode = true
7+
bench_mode = false
88
max_size = 1048576
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)