From 9ca87e23b23570561453c99c634be78fa9cc8a34 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 8 Feb 2022 19:27:44 +0530 Subject: [PATCH] A less insane library scan interval --- headphones/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/config.py b/headphones/config.py index 618ec97a..35c392e7 100644 --- a/headphones/config.py +++ b/headphones/config.py @@ -157,7 +157,7 @@ _CONFIG_DEFINITIONS = { 'LASTFM_USERNAME': (str, 'General', ''), 'LAUNCH_BROWSER': (int, 'General', 1), 'LIBRARYSCAN': (int, 'General', 1), - 'LIBRARYSCAN_INTERVAL': (int, 'General', 300), + 'LIBRARYSCAN_INTERVAL': (int, 'General', 24), 'LMS_ENABLED': (int, 'LMS', 0), 'LMS_HOST': (str, 'LMS', ''), 'LOG_DIR': (path, 'General', ''),