From 7ad9163e822d88901b83cc800a37e5f61f7219eb Mon Sep 17 00:00:00 2001 From: Anders Daljord Morken Date: Thu, 30 Jan 2025 10:35:24 +0100 Subject: [PATCH] Reduce default concurrency in config.example.yml The default concurrency settings should be conservative and increased when there's a need rather than be high by default and scaled down when they cause problems. --- config/config.example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index d73ec11f..c5885f94 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -386,7 +386,7 @@ cognite: # Maximum number of parallel requests per timeseries operation time-series: 20 # Maximum number of parallel requests per assets operation - assets: 20 + assets: 1 # Maximum number of parallel requests per datapoints operation data-points: 10 # Maximum number of parallel requests per raw operation @@ -394,9 +394,9 @@ cognite: # Maximum number of parallel requests per get first/last datapoint operation ranges: 20 # Maximum number of parallel requests per events operation - events: 20 + events: 1 # Maximum number of parallel requests per data modeling instances operation - instances: 4 + instances: 1 # Maximum number of parallel requests per data modeling records operation stream-records: 4 # Configure if the SDK should do logging of requests