From 9f9c9b0cdc85ebf2bf9d01d14ed2be1def248c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Thu, 26 Jan 2017 15:31:39 +0100 Subject: [PATCH] Manager: made download_task_sleep_seconds more frequent (every minute) --- .../src/flamenco-manager/flamenco-manager-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flamenco-manager-go/src/flamenco-manager/flamenco-manager-example.yaml b/packages/flamenco-manager-go/src/flamenco-manager/flamenco-manager-example.yaml index 6e16f43b..7b4968d9 100644 --- a/packages/flamenco-manager-go/src/flamenco-manager/flamenco-manager-example.yaml +++ b/packages/flamenco-manager-go/src/flamenco-manager/flamenco-manager-example.yaml @@ -8,7 +8,7 @@ tlskey: tls/privkey.pem tlscert: tls/cert.pem # How often the Manager should ask the Server for new tasks when the local queue is empty. -download_task_sleep_seconds: 300 +download_task_sleep_seconds: 60 # The number of seconds between rechecks when there are no more tasks for workers. # If set to 0, will not throttle at all. -- GitLab