Skip to content

Commit

Permalink
chore: update default slice to 1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl authored Dec 13, 2024
1 parent 422d2d5 commit 7cce711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ pipeline:
keep_running: true
processor:
- bulk_indexing:
num_of_slices: 3 #runtime slicing
num_of_slices: 1 #runtime slicing
bulk:
compress: false
batch_size_in_mb: 10
Expand Down Expand Up @@ -287,7 +287,7 @@ pipeline:
processor:
- bulk_indexing:
max_connection_per_node: 1000
num_of_slices: 2 #runtime slice
num_of_slices: 1 #runtime slice
max_worker_size: 200
idle_timeout_in_seconds: 10
bulk:
Expand Down Expand Up @@ -406,4 +406,4 @@ elastic:
interval: 60s
cluster_settings_check:
enabled: false
interval: 60s
interval: 60s

0 comments on commit 7cce711

Please sign in to comment.