1 # -*- coding: utf-8 -*-
2 # SPDX-FileCopyrightText: 2012-2024 kaliko <kaliko@azylum.org>
3 # SPDX-License-Identifier: LGPL-3.0-or-later
5 HELLO_PREFIX = 'OK MPD '
10 #: Seconds before a connection attempt times out
11 #: (overriden by :envvar:`MPD_TIMEOUT` env. var.)
12 CONNECTION_TIMEOUT = 30
13 #: Socket timeout in second > 0 (Default is :py:obj:`None` for no timeout)
15 #: Maximum concurrent connections