1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 11:42:16 +00:00

Docs: add a note about supysonic-server tuning

This commit is contained in:
Alban Féron 2023-03-25 15:59:52 +01:00
parent cf73d5a26d
commit dc93b43c41
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@ with open(supy_module_path, "rt", encoding="utf-8") as f:
project = supysonic.NAME
author = supysonic.AUTHOR
copyright = "2013-2021, " + author
copyright = "2013-2023, " + author
version = supysonic.VERSION
release = supysonic.VERSION

View File

@ -19,7 +19,9 @@ the following command::
And it will start to listen on all IPv4 interfaces on port 5722.
This command allows some options, more details are given on its manpage:
:doc:`/man/supysonic-server`.
:doc:`/man/supysonic-server`. It is intentionally kept simple, as such it
doesn't provide much in terms of tuning. If you want more control over the
server's behavior you might as well try one of the options presentend below.
__ https://www.gevent.org
__ https://gunicorn.org/
@ -28,7 +30,7 @@ __ https://docs.pylonsproject.org/projects/waitress/en/stable/index.html
Other options
^^^^^^^^^^^^^
You'll find some other common (and less common) deployment option below:
You'll find some other common (and less common) deployment options below:
.. toctree::
:maxdepth: 2