Add FIXME

This commit is contained in:
Eelco Dolstra 2022-08-12 14:08:18 +02:00
parent 639db1e4a8
commit ab6466a964

View file

@ -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