Skip to content

Commit

Permalink
Set hibernate after for receiver tls
Browse files Browse the repository at this point in the history
To help reduce memory for inactive devices
  • Loading branch information
oestrich committed Jan 18, 2024
1 parent 27fde1b commit 2474bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ if config_env() == :prod do
fail_if_no_peer_cert: true,
keyfile: keyfile,
certfile: certfile,
cacertfile: CAStore.file_path()
cacertfile: CAStore.file_path(),
hibernate_after: 15_000
]
]
]
Expand Down

0 comments on commit 2474bb3

Please sign in to comment.