From 4d22040f90f4b7f82841880facd3effe8bc416ad Mon Sep 17 00:00:00 2001 From: Vlad Khorsun Date: Fri, 17 Jun 2022 22:07:33 +0300 Subject: [PATCH] Fixed docs according to Adriano comments. --- builds/install/misc/firebird.conf | 5 ++++- doc/README.gbak | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/builds/install/misc/firebird.conf b/builds/install/misc/firebird.conf index 6b4feb8ba3..d19a922b5b 100644 --- a/builds/install/misc/firebird.conf +++ b/builds/install/misc/firebird.conf @@ -1065,6 +1065,7 @@ # Limits the total number of parallel workers that could be created within a # single Firebird process for each attached database. # Note, workers are accounted for each attached database independently. +# # Valid values are from 1 (no parallelism) to 64. All other values # silently ignored and default value of 1 is used. # Per-process. @@ -1074,7 +1075,9 @@ #MaxParallelWorkers = 1 # -# Default number of parallel workers for the single task. +# Default number of parallel workers for the single task. For more details +# see doc/README.parallel_features. +# # Valid values are from 1 (no parallelism) to MaxParallelWorkers (above). # Values less than 1 is silently ignored and default value of 1 is used. # Per-process. diff --git a/doc/README.gbak b/doc/README.gbak index 45608b2ae4..c28d6bca40 100644 --- a/doc/README.gbak +++ b/doc/README.gbak @@ -87,7 +87,7 @@ b) restore using 2 parallel workers engine will build indices using 2 connections and 2 threads. c) restore using no parallel workers but let engine to decide how many worker -shoudl be used to build indices +should be used to build indices gbak -r