From 73072357752c3d1be20e8acb06e118266024f4bb Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Fri, 10 Jan 2025 15:13:52 +0000 Subject: [PATCH] add more docs --- src/nwp_consumer/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nwp_consumer/__init__.py b/src/nwp_consumer/__init__.py index 6a36c07..628d524 100644 --- a/src/nwp_consumer/__init__.py +++ b/src/nwp_consumer/__init__.py @@ -32,6 +32,7 @@ |---------------------------|-------------------------------------|---------------------------------------------| | N_JOBS | Number of jobs to use for | True | | | parallel processing | | + | | Default is `max(cpu_count() - 1, max_connections)` | |---------------------------|-------------------------------------|---------------------------------------------| There is also specific configuration variables for some model repositories.