Change demo env idle timeout to 30 mins

This commit is contained in:
Dan Sosedoff 2023-04-04 15:43:30 -05:00
parent 4d32e3b2c5
commit f037a4b0d2
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -3,7 +3,7 @@ kill_signal = "SIGINT"
kill_timeout = 5
[processes]
web = "pgweb --sessions --bind=0.0.0.0 --metrics"
web = "pgweb --sessions --bind=0.0.0.0 --metrics --idle-timeout=30"
[[services]]
http_checks = []