From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4A66D1F4B4 for ; Mon, 28 Dec 2020 15:32:45 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1609169562; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BfLtoZqX9uxVHdi3nR1w6g9MBSQiKeiRDRkeGEf2Jx8=; b=ekbd8GehQk46qXIEErfaP2JKAzKEmugIak/RZAMYY4K8WUL0//25iFGkUt+awcabqe5UKz cFdwhq30RKcJ9/4w7U/yoWmiPHbafSnsqsDIAxXA3frTzzgZy/IbKr9RK6/Aeh9JXAp/aE aKLb2Ic/IvKpacUwBd6g89nLgs6EqwPZpGuduml+fVE7jTR9FmL3bmzpX86KVf4yJlosAa 6ibaN1CoKHHd26TQvGwqe+acdFYlVeI7DIlhqlRMnwX31z1o5r75yQCcwnW9nMVQi80kdj lnVs0jwpt450d9FHHPDTcW5+WUb5ZoGL0m+cgmBwiMyjmIg3dirkqdX+3Mhm+Q== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/2] extsearch: avoid stale Xapian results In-Reply-To: <20201227110142.8969-1-e@80x24.org> References: <20201227110142.8969-1-e@80x24.org> Message-ID: <87mtxyrlnr.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Date: Mon, 28 Dec 2020 15:32:42 GMT List-Id: Eric Wong writes: > I noticed recent messages weren't showing up in search results > on http://lore.czquwvybam4bgbro.onion/all/ > > These should fix it, and we'll probably get rid of the > cleanup timers for per-inbox search and follow this > strategy. I noticed that too but hadn't gotten around to reporting it. This seems to resolve the issue on my end. Thanks!