use 100 sessions partitions (#5121)

This commit is contained in:
ruslandoga 2025-02-26 20:45:36 +03:00 committed by GitHub
parent 6d3e6a76da
commit 66c57daa70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -977,4 +977,6 @@ unless s3_disabled? do
imports_bucket: s3_env_value.("S3_IMPORTS_BUCKET")
end
config :plausible, Plausible.Cache.Adapter, sessions: [partitions: 100]
config :phoenix_storybook, enabled: env !== "prod"