Implement fastresume for postgres

This commit is contained in:
Igor Katson 2024-08-20 22:57:08 +01:00
parent cd4d812aca
commit 627c0ac28f
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 137 additions and 17 deletions

View file

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