mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-24 17:01:00 +00:00
Speed up deploy
This commit is contained in:
parent
cf7d571818
commit
dfcf0925d9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
2
fly.toml
2
fly.toml
|
@ -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"
|
Loading…
Reference in a new issue