Skip to content

Commit 6a882f0

Browse files
committed
turn on microstate_accounting by default for metrics
1 parent 67794e5 commit 6a882f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/yt_search/application.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ defmodule YtSearch.Application do
4343

4444
@impl true
4545
def start(_type, _args) do
46+
:erlang.system_flag(:microstate_accounting, true)
47+
4648
File.mkdir_p!("thumbnails")
4749

4850
children_before_repos =

0 commit comments

Comments
 (0)