From 792c0d0357659e7cceb836feb054a97830e3b7d3 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 26 Mar 2018 14:05:05 +0200 Subject: [PATCH] Typo fix in docs about concurrency settings. --- docs/pgloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pgloader.rst b/docs/pgloader.rst index 18a88ac..4a8cade 100644 --- a/docs/pgloader.rst +++ b/docs/pgloader.rst @@ -323,7 +323,7 @@ workers: The N here is setup to the *concurrency* parameter: with a *CONCURRENCY* of 2, we start (+ 1 2) = 3 concurrent tasks, with a *concurrency* of 4 we start -(+ 1 4) = 9 concurrent tasks, of which only *workers* may be active +(+ 1 4) = 5 concurrent tasks, of which only *workers* may be active simultaneously. The defaults are `workers = 4, concurrency = 1` when loading from a database