Skip to content

Commit

Permalink
topom: set migration_async_numkeys=500 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
spinlock committed Mar 28, 2017
1 parent dd9543d commit ef70f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dashboard.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ migration_method = "semi-async"
migration_parallel_slots = 100
migration_async_maxbulks = 200
migration_async_maxbytes = "32mb"
migration_async_numkeys = 100
migration_async_numkeys = 500
migration_timeout = "30s"

# Set configs for redis sentinel.
Expand Down
2 changes: 1 addition & 1 deletion pkg/topom/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ migration_method = "semi-async"
migration_parallel_slots = 100
migration_async_maxbulks = 200
migration_async_maxbytes = "32mb"
migration_async_numkeys = 100
migration_async_numkeys = 500
migration_timeout = "30s"
# Set configs for redis sentinel.
Expand Down

0 comments on commit ef70f6a

Please sign in to comment.