Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 016D3F0F4 for ; Wed, 17 Apr 2013 06:13:40 +0000 (UTC) Received: (qmail 58106 invoked by uid 500); 17 Apr 2013 06:13:39 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 57927 invoked by uid 500); 17 Apr 2013 06:13:39 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 57891 invoked by uid 99); 17 Apr 2013 06:13:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 06:13:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qa0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 06:13:33 +0000 Received: by mail-qa0-f50.google.com with SMTP id dx4so707977qab.2 for ; Tue, 16 Apr 2013 23:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=Oz0jyoTNSXstyVMn3oW5cF6E9xN3EuDXs8D1Ab3lePA=; b=b1gTp+UjGJRLSjlxEGdDeXlL2qbR6VUZQ4PuQa7mtNTDRxv1MqvenRWd7BAmegTHF1 SoIMI+f6RNUqJr8/bybnNLBpInrjnulXtRplXyTaYJKk9PWLT3OSeaqyYLkoh0GJu8OW Snds8X+KXZXz535RX5o3U/1EMuvig4535jgFypkTwfVhouMx3vLOpeV93B+43Jg41NZ5 7aj5IYgQ8ybuOWa9uRSj+ev5+gS8n1lGlU6RIzCVhn0Tw3WCXFzsA8W2kIR3Lt5Xzgyr S5lNn0jzH47Hix+X3/aJIi+pHXjZ0YfAVvoGvhew/F36rODxDNVSTev7wuWH8hqWjbnl x/WQ== MIME-Version: 1.0 X-Received: by 10.229.158.6 with SMTP id d6mr1993233qcx.51.1366179192329; Tue, 16 Apr 2013 23:13:12 -0700 (PDT) Received: by 10.49.27.231 with HTTP; Tue, 16 Apr 2013 23:13:12 -0700 (PDT) In-Reply-To: References: <09A61F63-509E-40C4-A719-3E36BAE33A27@gmail.com> Date: Wed, 17 Apr 2013 08:13:12 +0200 Message-ID: Subject: Re: EventSource periodically dumps db contents. From: Benoit Chesneau To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Apr 17, 2013 at 7:55 AM, Stephen Bartell wrot= e: > > But for what I was doing, no, I wasn't specifying since. I would expect = the fundamentals to be the same as well. What I was see is that even witho= ut `since` given, no changes would come through until that second source wa= s added. Once the second source is added, then all sources periodically du= mp. > Hi Stephen, Can you provide a clear way to reproduce what you're doing and the result you're expecting. It's not clear for me right now if you : 1. the reauest results when giving the since parameter without any changes , did you try using curl? 2. If it's a javascript error 3. ? - benoit