mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-18 22:21:32 +08:00
Speed up shutdown by reducing draining to 1000ms
This commit is contained in:
parent
7de7911d32
commit
b3ff6e8a70
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ import Config
|
||||||
config :livebook, LivebookWeb.Endpoint,
|
config :livebook, LivebookWeb.Endpoint,
|
||||||
url: [host: "localhost", path: "/"],
|
url: [host: "localhost", path: "/"],
|
||||||
pubsub_server: Livebook.PubSub,
|
pubsub_server: Livebook.PubSub,
|
||||||
live_view: [signing_salt: "livebook"]
|
live_view: [signing_salt: "livebook"],
|
||||||
|
drainer: [shutdown: 1000]
|
||||||
|
|
||||||
# Configures Elixir's Logger
|
# Configures Elixir's Logger
|
||||||
config :logger, :console,
|
config :logger, :console,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue