I will focus on Nostream performance in the next few versions… stay tuned!

Reply to this note

Please Login to reply.

Discussion

How does the process of updating look? Stop docker, git pull the repo and restart the relay?

./scripts/stop

git stash -u

git pull

git stash pop

./scripts/start

or use `./scripts/update`

Thanks

Did have permissions issues but was able to fix it with chmod and chown