You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently Matrix runs faster on PyPy. We should switch out the Dockerfile to be based on the official PyPy image (pypy:slim-buster) or find one that's based on Alpine so it's more lightweight.
Also, the version of Synapse is a bit out of date. There have been some performance improvements, so we could take a look at that too.
The text was updated successfully, but these errors were encountered:
Apparently Matrix runs faster on PyPy. We should switch out the Dockerfile to be based on the official PyPy image (
pypy:slim-buster
) or find one that's based on Alpine so it's more lightweight.Also, the version of Synapse is a bit out of date. There have been some performance improvements, so we could take a look at that too.
The text was updated successfully, but these errors were encountered: