diff options
Diffstat (limited to 'pkg/pool/config.go')
-rw-r--r-- | pkg/pool/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/config.go b/pkg/pool/config.go index 782f7ce9..2a3dabe4 100644 --- a/pkg/pool/config.go +++ b/pkg/pool/config.go @@ -5,7 +5,7 @@ import ( "time" ) -// Configures the pool behaviour. +// Configures the pool behavior. type Config struct { // Debug flag creates new fresh worker before every request. Debug bool |