Skip to content

Commit

Permalink
set scroll time
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Aug 1, 2024
1 parent 064617e commit 42b3ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tasks: # tasks which is executed orderly.
action: sync # index actions which can be assigned to 'sync', 'compare', 'sync_diff'. sync to insert data, compare to compare source index with target index, sync_diff to sync data between source index and target index.
force: true # force to cover the target index data with source index data and settings.
scroll_size: 1000 # scroll size which is used to scroll data from source index.
scroll_time: 10 # scroll time which is used to scroll data from source index, default is 10 minutes.
parallelism: 12 # parallelism which is used to sync data in parallel index pairs.

- name: task2
Expand Down

0 comments on commit 42b3ab6

Please sign in to comment.