iilyak commented on code in PR #4703:
URL: https://github.com/apache/couchdb/pull/4703#discussion_r1310473014
##########
src/chttpd/src/chttpd_db.erl:
##########
@@ -855,10 +862,12 @@ db_req(#httpd{method = 'PUT', path_parts = [_,
<<"_purged_infos_limit">>]} = Req
throw(Error)
end;
_ ->
- throw({bad_request, "`purge_infos_limit` must be positive
integer"})
+ throw({bad_request, "`purged_infos_limit` must be positive
integer"})
Review Comment:
Good catch 👍
##########
src/chttpd/src/chttpd_db.erl:
##########
@@ -855,10 +862,12 @@ db_req(#httpd{method = 'PUT', path_parts = [_,
<<"_purged_infos_limit">>]} = Req
throw(Error)
end;
_ ->
- throw({bad_request, "`purge_infos_limit` must be positive
integer"})
+ throw({bad_request, "`purged_infos_limit` must be positive
integer"})
Review Comment:
Good catch 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]