From a7d95681069b5e1c4d33d6a9340e82be8584c9e3 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 8 Jun 2020 13:37:04 +0200 Subject: [PATCH] Short scheduling window offset for dev. --- configuration/sample-development.engine.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/sample-development.engine.ini b/configuration/sample-development.engine.ini index e8237fb3..02bc1815 100644 --- a/configuration/sample-development.engine.ini +++ b/configuration/sample-development.engine.ini @@ -70,7 +70,7 @@ preroll_offset=15 # Max seconds before an new/updated/removed schedule is accepted. Its important that this value # is considerable higher than the `preroll_offset` plus any additional time for pro-active fallback # handling, being able to avoid issues with concurrent changes or timings. -scheduling_window_offset=120 +scheduling_window_offset=60 # Playlist ID which is used for station fallbacks. Only used if no station fallback ID is provided via Steering. "0" means it is disabled. scheduling_station_fallback_id=0 -- GitLab