From c4c279c3aef22e814fd0cd88ec0e002394de2351 Mon Sep 17 00:00:00 2001 From: Hannah Bast Date: Sat, 22 Feb 2025 12:47:43 +0100 Subject: [PATCH] Add choice `request-body-limit` to `settings` command --- src/qlever/commands/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qlever/commands/settings.py b/src/qlever/commands/settings.py index f5a5976c..71c9d7fb 100644 --- a/src/qlever/commands/settings.py +++ b/src/qlever/commands/settings.py @@ -40,6 +40,7 @@ def additional_arguments(self, subparser) -> None: "lazy-index-scan-queue-size", "lazy-result-max-cache-size", "query-planning-budget", + "request-body-limit", "service-max-value-rows", "sort-estimate-cancellation-factor", "throw-on-unbound-variables",