Skip to content

Commit

Permalink
style(config/runtime): mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
unenglishable committed Dec 10, 2024
1 parent b5e7ec7 commit e7a6eed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,14 @@ bbc_config =
size: get_env_cast_integer_with_default.("BBC_PARSER_WORKERS", "50"),
max_overflow: get_env_cast_integer_with_default.("BBC_PARSER_OVERFLOW", "20")
}

_ ->
%{
size: 5,
max_overflow: 2
}
end

bbc_parser_poolboy_config = [
name: {:local, :bbc_parser},
worker_module: EpochtalkServer.BBCParser,
Expand Down

0 comments on commit e7a6eed

Please sign in to comment.