]> Sergey Matveev's repositories - public-inbox.git/commit
gcf2: avoid excessive checks for unlinked files
authorEric Wong <e@80x24.org>
Wed, 20 Jul 2022 18:01:28 +0000 (18:01 +0000)
committerEric Wong <e@80x24.org>
Wed, 20 Jul 2022 21:14:22 +0000 (21:14 +0000)
commit596285b51b02163204fb92877561cd6b935888e8
tree0c8c05f1cabd1e6c0b685496448ef22b0187ec55
parentf40f4695c0cb576a4e00819da45c1bea8f548aec
gcf2: avoid excessive checks for unlinked files

We were misusing the timer and not expiring it before checking
for unlinked files.  Now, we check for unlinked files every 60s,
instead.
lib/PublicInbox/Gcf2.pm