spacex / src /config

Commit History

:sparkles: feat(config): config option to timeout idle connections within the reqwest pool (#551)
b1df4f1
unverified

Kekma commited on

✨ feat(config): config option to keep `tcp` connection alive for a certain period for subsequent requests (#548)
c584a7d
unverified

Kekma neon_arch alamin655 commited on

:zap: perf: several optimizations for improving the performance of the engine (#540)
991f3f5
unverified

neon_arch Spencerjibz commited on

:sparkles: config option to configure the https adaptive window size for requests (#529)
41ab8a2
unverified

ddotthomas neon_arch commited on

🐛 parsed_cet not found in scope error when building the app with the no-cache feature #498 (#502)
851ea31
unverified

abdulahad5112 alamin655 commited on

✨ feat: provide code to parse the new config option (#424)
76419a7

neon_arch commited on

✨ Config option to customize the cache invalidation/expiry time (#403)
5a8d61f
unverified

ashwin123 commited on

:recycle: Clean some code, fix bug (#396)
5e2669b
unverified

víctor commited on

♻️ refactor: rewrite the parsing of the upstream search engines option (#302)
c39d9ff

neon_arch commited on

Propagate errors upward, if an engine can't be initialized
8ed4c9e

Zsombor Gegesy commited on

Create separate search_result_parser
75a77d2

Zsombor Gegesy commited on

🛠️ fix: make the redis_url option only available on `redis-cache` feature (#244)
8c239e2

neon_arch commited on

Fix git rebase problems, and the failing doctest
e69126c

Zsombor Gegesy commited on

Make the cache types compile time feature flags too, and make it more configurable!
76795c4

Zsombor Gegesy commited on

Cache refactor - add an in-memory cache, so redis is not needed
996ff84

Zsombor Gegesy commited on

Merge branch 'rolling' into reorganize-code-and-restructure-the-codebase
ca4447f

neon_arch commited on

🧹 chore: make github actions happy (#205)
c60fdb8

neon_arch commited on

Merge branch 'rolling' into change-document-style-with-linter-warnings
fb231de
unverified

neon_arch commited on

🧹 chore: make github actions happy (#203)
b9d651c

neon_arch commited on

Update parser.rs
8e56ac8
unverified

alamin655 commited on

Apply suggestions from code review
0132a63
unverified

alamin655 commited on

Update src/config/parser.rs
3c1aaf6
unverified

alamin655 commited on

Update src/config/parser.rs
531611f
unverified

alamin655 commited on

Update src/config/parser.rs
70a5a24
unverified

alamin655 commited on

Merge branch 'rolling' into feat-rate-limiter-for-websurfx
86991a2
unverified

alamin655 commited on

⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207)
493c56b

neon_arch commited on

⚙️ refactor: change & add documentation to the code based on the lints (#205)
049b1c1

neon_arch commited on

✨ feat: add code to parse the new config option (#203)
8cba040

neon_arch commited on

✨ feat: add code to parse the new config option (#203)
4eb75a8

neon_arch commited on

⚙️ refactor: implement default trait for Style struct (#180)(#178)
7b33744

neon_arch commited on

⚙️ refactor: replace rlua with mlua code implementation (#180)(#178)
e4476aa

neon_arch commited on

✨ feat: move implementation of config file path to reduce duplication (#163)
09227d8

neon_arch commited on

fix debug level not being set properly
87e230d

Milim commited on

fix dumb rustfmt version and bump dependency versions
21403d0

Milim commited on

Improve aggregation
5aca5c0

Milim commited on

Improve Aggregation function & config parser
15dfda6

Milim commited on

🔧 chore: fix link in the logs & add logs for engine error (#170)
653d08c

neon_arch commited on

🔧 chore: improve logging based on levels & config options (#173)
8b0f2f5

neon_arch commited on

✨ feat: add control check to avoid reinitializing logging & fix tests
4b4dc28

neon_arch commited on

✨ feat: remove space from the end of the line
11bcf9c

neon_arch commited on

✨ feat: add new config option to manage threads and improve logging
d8bd2fe

neon_arch commited on

✨ feat: improve code documentation
9cb582a

neon_arch commited on

✨ feat: provide functionality to parse the new config option
6d3396b

neon_arch commited on

Merge branch 'rolling' into improve-async-multithreading
74e4fc6

neon_arch commited on

Rename getter functions
99936bc

Trickshotblaster commited on

Rename Things, refactor some code
4402168

Milim commited on