fix(ds): Change the default number of shards to 12

This commit is contained in:
ieQu1 2024-05-16 08:06:07 +02:00
parent 8506ca7919
commit deffb01544
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }