diff options
Diffstat (limited to 'apps/chttpd/src/chttpd_db.erl')
-rw-r--r-- | apps/chttpd/src/chttpd_db.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/chttpd/src/chttpd_db.erl b/apps/chttpd/src/chttpd_db.erl index 18bd6f44..29571c9f 100644 --- a/apps/chttpd/src/chttpd_db.erl +++ b/apps/chttpd/src/chttpd_db.erl @@ -115,7 +115,7 @@ is_old_couch(Resp) -> end. handle_compact_req(Req, _) -> - Msg = <<"Compaction is handled automatically by Cloudant">>, + Msg = <<"Compaction must be triggered on a per-shard basis in BigCouch">>, couch_httpd:send_error(Req, 403, forbidden, Msg). handle_view_cleanup_req(Req, Db) -> |