diff options
Diffstat (limited to 'apps/mem3')
-rw-r--r-- | apps/mem3/src/mem3_util.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mem3/src/mem3_util.erl b/apps/mem3/src/mem3_util.erl index 2ed84db6..d8ed42b7 100644 --- a/apps/mem3/src/mem3_util.erl +++ b/apps/mem3/src/mem3_util.erl @@ -48,7 +48,7 @@ write_db_doc(Doc) -> try update_db_doc(Db, Doc) catch conflict -> - ?LOG_ERROR("conflict writing db doc, must be a race", []) + ok % assume this is a race with another shard on this node after couch_db:close(Db) end. |