mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +00:00
Docs: add a note about supysonic-server tuning
This commit is contained in:
parent
cf73d5a26d
commit
dc93b43c41
@ -13,7 +13,7 @@ with open(supy_module_path, "rt", encoding="utf-8") as f:
|
|||||||
|
|
||||||
project = supysonic.NAME
|
project = supysonic.NAME
|
||||||
author = supysonic.AUTHOR
|
author = supysonic.AUTHOR
|
||||||
copyright = "2013-2021, " + author
|
copyright = "2013-2023, " + author
|
||||||
|
|
||||||
version = supysonic.VERSION
|
version = supysonic.VERSION
|
||||||
release = supysonic.VERSION
|
release = supysonic.VERSION
|
||||||
|
@ -19,7 +19,9 @@ the following command::
|
|||||||
And it will start to listen on all IPv4 interfaces on port 5722.
|
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:
|
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://www.gevent.org
|
||||||
__ https://gunicorn.org/
|
__ https://gunicorn.org/
|
||||||
@ -28,7 +30,7 @@ __ https://docs.pylonsproject.org/projects/waitress/en/stable/index.html
|
|||||||
Other options
|
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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user