You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 4c6381b09a feat: add batch_size setting for Phase 1 parallelism
Add a user-configurable batch_size setting (default 5, range 1-20)
that controls how many articles are processed in parallel during
Phase 1 scrape+classify. Previously hardcoded to 5.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
db feat: add batch_size setting for Phase 1 parallelism 3 months ago
handlers fix: resolve all clippy warnings 3 months ago
middleware test: add unit tests for auth middleware cookie extraction 3 months ago
models feat: add batch_size setting for Phase 1 parallelism 3 months ago
services feat: add batch_size setting for Phase 1 parallelism 3 months ago
util Finished phase 1 3 months ago
app_state.rs refactor: add UserRateLimitEntry constructor and settings_changed method 3 months ago
cli.rs Finished phase 1 3 months ago
config.rs Finished phase 1 3 months ago
errors.rs Finished phase 1 3 months ago
lib.rs Finished phase 1 3 months ago
logging.rs feat: add source file:line to WARN and ERROR log lines 3 months ago
main.rs feat: add source file:line to WARN and ERROR log lines 3 months ago
router.rs feat: parallel source extraction, shuffle candidates, clear history endpoint 3 months ago