From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS54825 147.75.192.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3701E1F5CB for ; Thu, 12 Sep 2024 15:19:58 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=VFoo/a5C; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 37EF9A4565D; Thu, 12 Sep 2024 15:19:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60BAAC4CEC5; Thu, 12 Sep 2024 15:19:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1726154397; bh=JtG9Fr/kEvHcij7V+1zX7LYimZ6OxtbYiKl3edk9P6Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VFoo/a5CkaH0BVLBrFY6A4BRuPKPehABolsi07yysP3nItYFPSSn5m622naQtbGIQ TpUttFynwfaqkVLuxLOrf7Xiz2KdW/tjsXjbFSRvRv8jiUziH5GQ58XIH78H++eFvP /P8BiaC6kgnQR6Td7HCos798l02yXO17bRElWufE= Date: Thu, 12 Sep 2024 11:19:56 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] www: preload all inboxes if using ->ALL Message-ID: <20240912-innocent-stylish-sturgeon-8e0ddc@lemur> References: <20240909-muskox-of-illegal-engineering-dadeda@lemur> <20240910-strong-rainbow-warthog-d6fe69@lemur> <20240910202517.M408057@dcvr> <20240910-portable-paper-honeybee-2dd1ec@meerkat> <20240911212549.M129540@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240911212549.M129540@dcvr> List-Id: On Wed, Sep 11, 2024 at 09:25:49PM GMT, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > On Tue, Sep 10, 2024 at 08:25:17PM GMT, Eric Wong wrote: > > > That shouldn't happen, and I can't seem to reproduce it, > > > either... > > Oh duh, I'm pretty sure the below fixes. It does! Looks great now. Tested-by: Konstantin Ryabitsev > Losing my mind from heat and ant infestations :< Sorry to hear that -- hopefully things get a bit better in the fall? -K