We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9543d commit ef70f6aCopy full SHA for ef70f6a
config/dashboard.toml
@@ -21,7 +21,7 @@ migration_method = "semi-async"
21
migration_parallel_slots = 100
22
migration_async_maxbulks = 200
23
migration_async_maxbytes = "32mb"
24
-migration_async_numkeys = 100
+migration_async_numkeys = 500
25
migration_timeout = "30s"
26
27
# Set configs for redis sentinel.
pkg/topom/config.go
@@ -38,7 +38,7 @@ migration_method = "semi-async"
38
39
40
41
42
43
44
0 commit comments