Skip to content

Commit ef70f6a

Browse files
committed
topom: set migration_async_numkeys=500 as default
1 parent dd9543d commit ef70f6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/dashboard.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ migration_method = "semi-async"
2121
migration_parallel_slots = 100
2222
migration_async_maxbulks = 200
2323
migration_async_maxbytes = "32mb"
24-
migration_async_numkeys = 100
24+
migration_async_numkeys = 500
2525
migration_timeout = "30s"
2626

2727
# Set configs for redis sentinel.

pkg/topom/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ migration_method = "semi-async"
3838
migration_parallel_slots = 100
3939
migration_async_maxbulks = 200
4040
migration_async_maxbytes = "32mb"
41-
migration_async_numkeys = 100
41+
migration_async_numkeys = 500
4242
migration_timeout = "30s"
4343
4444
# Set configs for redis sentinel.

0 commit comments

Comments
 (0)