Skip to content

Commit

Permalink
refactor(config/runtime): increase bbcode parser pool size to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
unenglishable committed Nov 18, 2024
1 parent d911e38 commit a0e701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ end
bbc_parser_poolboy_config = [
name: {:local, :bbc_parser},
worker_module: EpochtalkServer.BBCParser,
size: 5,
size: 50,
max_overflow: 2,
strategy: :fifo
]
Expand Down

0 comments on commit a0e701d

Please sign in to comment.