fix(mnesia): apply dump_log_write_threshold before mnesia start.
change_config rejected the key; set_env + verify enables the IFT ceiling ladder. Refs EventHub/EventHubBack#30 Refs EventHub/EventHubBack#34 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
]}
|
||||
]},
|
||||
{mnesia, [
|
||||
{dir, "data/Mnesia.eventhub@${NODE_NAME}"}
|
||||
{dir, "data/Mnesia.eventhub@${NODE_NAME}"},
|
||||
%% Soften dump_log under write load; override via MNESIA_DUMP_LOG_WRITE_THRESHOLD
|
||||
%% before start (infra_mnesia:configure_dump_log/0). OTP default ~1000.
|
||||
{dump_log_write_threshold, 50000}
|
||||
]},
|
||||
{ cowboy_swagger, [
|
||||
{ static_files, "./_build/default/lib/cowboy_swagger/priv/swagger" }
|
||||
|
||||
Reference in New Issue
Block a user