We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5e060 commit e81db8fCopy full SHA for e81db8f
services/app/apps/codebattle/lib/codebattle/application.ex
@@ -89,7 +89,7 @@ defmodule Codebattle.Application do
89
chrome_args: [append: "--font-render-hinting=none"],
90
no_sandbox: true,
91
session_pool: [
92
- size: 5,
+ size: 1,
93
timeout: 30_000,
94
checkout_timeout: 30_000
95
]
services/app/config/config.exs
@@ -5,7 +5,8 @@
5
# is restricted to this project.
6
import Config
7
8
-config :codebattle, ChromicPDF, on_demand: false
+# TODO: use false on prod
9
+config :codebattle, ChromicPDF, on_demand: true
10
config :codebattle, Codebattle.Bot, min_bot_step_timeout: 1_000
11
12
config :codebattle, CodebattleWeb.BotEndpoint,
0 commit comments