fix(ds): Change the default number of shards to 12
This commit is contained in:
parent
8506ca7919
commit
deffb01544
|
@ -126,7 +126,7 @@ fields(builtin) ->
|
|||
sc(
|
||||
pos_integer(),
|
||||
#{
|
||||
default => 16,
|
||||
default => 12,
|
||||
importance => ?IMPORTANCE_MEDIUM,
|
||||
desc => ?DESC(builtin_n_shards)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue