task(mpd): Increased default sync interval

This commit is contained in:
Michael Carlberg 2016-06-21 05:27:37 +02:00
parent 21290e103c
commit 957f2e001c

View File

@ -61,7 +61,7 @@ namespace modules
std::unique_ptr<mpd::Connection> mpd;
std::chrono::system_clock::time_point synced_at;
float sync_interval = 0.5f;
float sync_interval = 1.0f;
bool clickable_progress = false;
std::string progress_fill, progress_empty, progress_indicator;