From 075f4713580e17edf24ed2c85f6c0589f06582b4 Mon Sep 17 00:00:00 2001 From: mithereal Date: Sun, 31 Jul 2022 16:08:34 -0700 Subject: [PATCH] add timeout to heroku --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index 0212471..fe32eb0 100644 --- a/app.json +++ b/app.json @@ -10,6 +10,11 @@ "description": "The base64(json) of services available (https://www.base64encode.org)", "value": "", "required": false + }, + "FARSIDE_TIMEOUT": { + "description": "Time to wait (ms) until we declare server non-responsive (timeout)", + "value": "8000", + "required": false } }, "buildpacks": [