This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch optimize-ddoc-cache in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 738610aeca17c570e8506ea6986d253a45adb7c6 Author: Paul J. Davis <[email protected]> AuthorDate: Fri Jun 30 11:05:35 2017 -0500 FIXUP: Add gen_server behavior --- src/ddoc_cache/src/ddoc_cache_entry.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ddoc_cache/src/ddoc_cache_entry.erl b/src/ddoc_cache/src/ddoc_cache_entry.erl index 4dee2a1..6213746 100644 --- a/src/ddoc_cache/src/ddoc_cache_entry.erl +++ b/src/ddoc_cache/src/ddoc_cache_entry.erl @@ -11,6 +11,7 @@ % the License. -module(ddoc_cache_entry). +-behaviour(gen_server). -export([ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
