diff options
author | Max Kellermann <max@musicpd.org> | 2018-09-23 17:32:34 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-09-23 17:32:34 +0200 |
commit | 2ec94c049738b9f324b96e1b34311f99222c15b4 (patch) | |
tree | d2c3e2ff2684a02df4ed05e1aa2c5d1ad78edd6e /src/Main.cxx | |
parent | bf372e3e1f6668c76b497b63acdf96a3fea6477c (diff) |
player/Control: start thread on demand
Keep MPD's footprint small until playback is requested.
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 12340bc7d..f9b474e6d 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -577,9 +577,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config) ZeroconfInit(raw_config, instance->event_loop); - for (auto &partition : instance->partitions) - partition.pc.StartThread(); - #ifdef ENABLE_DATABASE if (create_db) { /* the database failed to load: recreate the |