Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 37F8F200CB7 for ; Fri, 30 Jun 2017 18:05:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 358E2160BEB; Fri, 30 Jun 2017 16:05:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A258A160BDD for ; Fri, 30 Jun 2017 18:05:44 +0200 (CEST) Received: (qmail 12252 invoked by uid 500); 30 Jun 2017 16:05:43 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 12243 invoked by uid 99); 30 Jun 2017 16:05:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2017 16:05:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CDC7987557; Fri, 30 Jun 2017 16:05:41 +0000 (UTC) Date: Fri, 30 Jun 2017 16:05:40 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] branch optimize-ddoc-cache updated: FIXUP: Add gen_server behavior MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <149883874092.14501.4304394261914031058@gitbox.apache.org> From: davisp@apache.org Reply-To: "commits@couchdb.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/optimize-ddoc-cache X-Git-Reftype: branch X-Git-Oldrev: 1fa385186039a6eaf6cd9afa52b9b2f6ca399b3d X-Git-Newrev: 5417c56ba0b4671c5899be504c657f46900af43c X-Git-Rev: 5417c56ba0b4671c5899be504c657f46900af43c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 30 Jun 2017 16:05:45 -0000 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 The following commit(s) were added to refs/heads/optimize-ddoc-cache by this push: new 5417c56 FIXUP: Add gen_server behavior 5417c56 is described below commit 5417c56ba0b4671c5899be504c657f46900af43c Author: Paul J. Davis 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 ['"commits@couchdb.apache.org" '].