Implement fastresume for postgres
This commit is contained in:
parent
cd4d812aca
commit
627c0ac28f
2 changed files with 137 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue