poll mpd once per second, no need to do it more often

This commit is contained in:
Andrzej Rybczak
2009-03-22 16:11:44 +01:00
parent bf71a01b1c
commit ffbcfb7e18
2 changed files with 2 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ using namespace NCurses;
typedef std::pair<std::string, std::string> string_pair;
const int ncmpcpp_window_timeout = 500;
const int ncmpcpp_window_timeout = 250;
const std::string home_folder = getenv("HOME") ? getenv("HOME") : "";