mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Add FIXME
This commit is contained in:
parent
639db1e4a8
commit
ab6466a964
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue