mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +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";
|
)sql";
|
||||||
|
|
||||||
|
// FIXME: we should periodically purge/nuke this cache to prevent it
|
||||||
|
// from growing too big.
|
||||||
|
|
||||||
struct CacheImpl : Cache
|
struct CacheImpl : Cache
|
||||||
{
|
{
|
||||||
struct State
|
struct State
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue