diff --git a/pkg/standalone/list.go b/pkg/standalone/list.go index 1a9d20624..fa064a6da 100644 --- a/pkg/standalone/list.go +++ b/pkg/standalone/list.go @@ -105,9 +105,9 @@ func List() ([]ListOutput, error) { enableMetrics = true } - maxRequestBodySize := getIntArg(argumentsMap, "--dapr-http-max-request-size", runtime.DefaultMaxRequestBodySize) + maxRequestBodySize := getIntArg(argumentsMap, "http-max-request-size", runtime.DefaultMaxRequestBodySize) - httpReadBufferSize := getIntArg(argumentsMap, "--dapr-http-read-buffer-size", runtime.DefaultReadBufferSize) + httpReadBufferSize := getIntArg(argumentsMap, "http-read-buffer-size", runtime.DefaultReadBufferSize) appID := argumentsMap["--app-id"] appCmd := ""