From ab6466a9644d9a8a0f56acdba1833527bde6092a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 Aug 2022 14:08:18 +0200 Subject: [PATCH] Add FIXME --- src/libfetchers/cache.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libfetchers/cache.cc b/src/libfetchers/cache.cc index 58c2142e5..2f0f7c719 100644 --- a/src/libfetchers/cache.cc +++ b/src/libfetchers/cache.cc @@ -25,6 +25,9 @@ create table if not exists Facts ( ); )sql"; +// FIXME: we should periodically purge/nuke this cache to prevent it +// from growing too big. + struct CacheImpl : Cache { struct State