[#2332] Misc. improvements per code change requests.
[akkoma] / lib / pleroma / application.ex
index c5b9a98fd18a37c31d56c8d9aeda22a5dffe3fa1..33f1705dfc85e978320f5508e782dd91f37bbb8b 100644 (file)
@@ -31,7 +31,7 @@ defmodule Pleroma.Application do
   # See http://elixir-lang.org/docs/stable/elixir/Application.html
   # for more information on OTP Applications
   def start(_type, _args) do
-    Pleroma.Config.Holder.to_ets()
+    Pleroma.Config.Holder.save_default()
     Pleroma.HTML.compile_scrubbers()
     Pleroma.Config.DeprecationWarnings.warn()
     Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()