Add configurable timeout for queries.

This commit is contained in:
2023-10-24 10:40:17 +01:00
parent 8fc5782d29
commit 3d70018179
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -122,6 +122,7 @@ In this case, both proxy and websockets will be available under the `/v1/graphql
| `ENABLE_API` | Enable the monitoring API | `false` |
| `API_PORT` | The port to expose the monitoring API | `9090` |
| `BANNED_USERS_FILE` | The path to the file with banned users | `/go/src/app/banned_users.json` |
| `PROXIED_CLIENT_TIMEOUT` | The timeout for the proxied client in seconds | `120` |
### Speed