Speed up deploy

This commit is contained in:
Chris McCord 2022-02-01 13:28:16 -05:00
parent cf7d571818
commit dfcf0925d9
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ config :live_beats, LiveBeatsWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json" cache_static_manifest: "priv/static/cache_manifest.json"
# Do not print debug messages in production # Do not print debug messages in production
config :logger, level: :debug config :logger, level: :info
# ## SSL Support # ## SSL Support
# #

View file

@ -39,7 +39,7 @@ processes = []
port = 443 port = 443
[[services.tcp_checks]] [[services.tcp_checks]]
grace_period = "30s" # allow some time for startup grace_period = "10s" # allow some time for startup
interval = "15s" interval = "15s"
restart_limit = 0 restart_limit = 0
timeout = "2s" timeout = "2s"