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",