Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce default concurrency in config.example.yml #775

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,17 +386,17 @@ 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
raw: 10
# 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
Expand Down
Loading