summaryrefslogtreecommitdiff
path: root/container
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-01 10:55:45 +0200
committerGitHub <noreply@github.com>2025-08-01 10:55:45 +0200
commitdcb1e200074cff02a1ccbb44da1c98a426c56bc7 (patch)
tree91fd78ab5bc9d0700277d8612a237965a742bf84 /container
parentc2d4e3c49a7ad9f2bbdd2c76ca88c24576669271 (diff)
[upd] pypi: Bump the minor group with 2 updates (#5077)
* [upd] pypi: Bump the minor group with 2 updates Bumps the minor group with 2 updates: [granian[reload]](https://github.com/emmett-framework/granian) and [granian](https://github.com/emmett-framework/granian). Updates `granian[reload]` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.4.2...v2.5.0) Updates `granian` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/emmett-framework/granian/releases) - [Commits](https://github.com/emmett-framework/granian/compare/v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: granian[reload] dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: granian dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> * [enh] py: use humanized duration --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
Diffstat (limited to 'container')
-rw-r--r--container/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/Dockerfile b/container/Dockerfile
index 9da444a0d..1010e2523 100644
--- a/container/Dockerfile
+++ b/container/Dockerfile
@@ -50,8 +50,8 @@ ENV SEARXNG_VERSION="$SEARXNG_GIT_VERSION" \
GRANIAN_WEBSOCKETS="false" \
GRANIAN_LOOP="uvloop" \
GRANIAN_BLOCKING_THREADS="4" \
- GRANIAN_WORKERS_KILL_TIMEOUT="30" \
- GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="300"
+ GRANIAN_WORKERS_KILL_TIMEOUT="30s" \
+ GRANIAN_BLOCKING_THREADS_IDLE_TIMEOUT="5m"
VOLUME $CONFIG_PATH
VOLUME $DATA_PATH