From 957f2e001cf2f0c8917e3d288f30fad5cb8541dd Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 21 Jun 2016 05:27:37 +0200 Subject: [PATCH] task(mpd): Increased default sync interval --- include/modules/mpd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules/mpd.hpp b/include/modules/mpd.hpp index bc3ce644..778f6ca0 100644 --- a/include/modules/mpd.hpp +++ b/include/modules/mpd.hpp @@ -61,7 +61,7 @@ namespace modules std::unique_ptr 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;