From 41bb9fa5938125217a075c60f1e39dc3a9a27537 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 21 Jun 2021 17:01:39 +0300 Subject: - Rework dispatcher, pipeline, job (not completely) Create a config sample with RR2 support. Progress on root JOBS plugin. Signed-off-by: Valery Piashchynski --- pkg/pool/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/pool') diff --git a/pkg/pool/config.go b/pkg/pool/config.go index 2a3dabe4..3a058956 100644 --- a/pkg/pool/config.go +++ b/pkg/pool/config.go @@ -5,7 +5,7 @@ import ( "time" ) -// Configures the pool behavior. +// Config .. Pool config Configures the pool behavior. type Config struct { // Debug flag creates new fresh worker before every request. Debug bool -- cgit v1.2.3