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:
ieQu1 2024-05-16 13:05:34 +02:00 committed by GitHub
commit 71b393be89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)
} }