Skip to content

Commit

Permalink
Still start mnesia in pgsql_cets preset
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jun 21, 2023
1 parent fd76743 commit f69dfda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion big_tests/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
{stream_management_backend, cets},
{auth_method, "rdbms"},
{internal_databases, "[internal_databases.cets]
cluster_name = \"{{cluster_name}}\""},
cluster_name = \"{{cluster_name}}\"
[internal_databases.mnesia]"}, %% We still using mnesia for modules that are not converted to use CETS
{outgoing_pools, "[outgoing_pools.redis.global_distrib]
scope = \"global\"
workers = 10
Expand Down

0 comments on commit f69dfda

Please sign in to comment.