]> Sergey Matveev's repositories - public-inbox.git/commit
pop3: quiet warning for cached active statements
authorEric Wong <e@80x24.org>
Fri, 12 Aug 2022 09:14:48 +0000 (09:14 +0000)
committerEric Wong <e@80x24.org>
Fri, 12 Aug 2022 17:10:07 +0000 (17:10 +0000)
commita29411eeb3d4dd87225ad1a70973907e7844d7a2
treed2de4def27a07dc647c417a5a835f966dd18ad99
parentb0e5093aa3572a86435f03edf2cbb1eb5e1a37f9
pop3: quiet warning for cached active statements

Setting the $if_active parameter of ->prepare_cached to `1'
seemed to be the best option many years ago, so it's probably
the best option going forward when caching prepared statements.

Fixes: cab36ebd00ca72f8 ("pop3: remove untouched rows on QUIT/disconnect")
lib/PublicInbox/POP3.pm