From dfcf0925d9fd6c82c716d6f36c7f8bb6c457099e Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Tue, 1 Feb 2022 13:28:16 -0500 Subject: [PATCH] Speed up deploy --- config/prod.exs | 2 +- fly.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/prod.exs b/config/prod.exs index 58bade1..3da606c 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -14,7 +14,7 @@ config :live_beats, LiveBeatsWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production -config :logger, level: :debug +config :logger, level: :info # ## SSL Support # diff --git a/fly.toml b/fly.toml index 51f6bcc..01ac664 100644 --- a/fly.toml +++ b/fly.toml @@ -39,7 +39,7 @@ processes = [] port = 443 [[services.tcp_checks]] - grace_period = "30s" # allow some time for startup + grace_period = "10s" # allow some time for startup interval = "15s" restart_limit = 0 timeout = "2s" \ No newline at end of file