Merge pull request #13057 from ieQu1/dev/default-n-shards
fix(ds): Change the default number of shards to 12
This commit is contained in:
commit
71b393be89
|
@ -126,7 +126,7 @@ fields(builtin) ->
|
||||||
sc(
|
sc(
|
||||||
pos_integer(),
|
pos_integer(),
|
||||||
#{
|
#{
|
||||||
default => 16,
|
default => 12,
|
||||||
importance => ?IMPORTANCE_MEDIUM,
|
importance => ?IMPORTANCE_MEDIUM,
|
||||||
desc => ?DESC(builtin_n_shards)
|
desc => ?DESC(builtin_n_shards)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue