aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2006-08-04 12:09:56 +0000
committerWarren Dukes <warren.dukes@gmail.com>2006-08-04 12:09:56 +0000
commit0d8336e1d3833c1d896e55e97fc0bcb1206ac96e (patch)
tree653e3391cf5f582f2c7c20d8dfa5d85af6e825bf /src/main.c
parent58bcdbb875354d39246370b0be71d637ecf5f5de (diff)
downloadmpd-0d8336e1d3833c1d896e55e97fc0bcb1206ac96e.tar.gz
mpd-0d8336e1d3833c1d896e55e97fc0bcb1206ac96e.tar.xz
mpd-0d8336e1d3833c1d896e55e97fc0bcb1206ac96e.zip
set CHILDREN_PER_NODE to 31, and uncomment out closeMp3Directory since this
appears to now be fast git-svn-id: https://svn.musicpd.org/mpd/branches/mpd-tree@4546 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index d06202857..81170d27e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -505,9 +505,6 @@ int main(int argc, char *argv[])
initVolume();
initInterfaces();
- printMemorySavedByTagTracker();
- printSavedMemoryFromFilenames();
-
/* wait for the master process to get ready so we can start
* playing if readPlaylistState thinks we should*/
while (COMMAND_MASTER_READY != handlePendingSignals())
@@ -529,9 +526,7 @@ int main(int argc, char *argv[])
freeAllInterfaces();
closeAllListenSockets();
- /* This slows shutdown immensely, and doesn't really accomplish
- * anything. Uncomment when we rewrite tagTracker to use a tree. */
- /*closeMp3Directory(); */
+ closeMp3Directory();
finishPlaylist();
freePlayerData();