Fastresume CLI option

This commit is contained in:
Igor Katson 2024-08-20 21:47:08 +01:00
parent e11744cd63
commit 65feec3406
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 8 additions and 2 deletions

View file

@ -20,7 +20,7 @@ devserver:
echo -n '' > /tmp/rqbit-log && cargo run -- \
--log-file /tmp/rqbit-log \
--log-file-rust-log=debug,librqbit=trace \
server start /tmp/scratch/
server start --fastresume /tmp/scratch/
@PHONY: devserver
devserver-postgres: