Cache eviction helps

Fixes #334.
This commit is contained in:
Laurenz 2023-03-26 14:06:15 +02:00
parent bb189640f2
commit 2a088e876e

View File

@ -238,6 +238,7 @@ fn compile(command: CompileCommand) -> StrResult<()> {
if recompile {
compile_once(&mut world, &command)?;
comemo::evict(30);
}
}
}