1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

Added more state garbage collection code

This commit is contained in:
Wouter den Breejen 2007-10-12 17:18:39 +00:00
parent 60a32fcbf3
commit ef37776094
4 changed files with 81 additions and 50 deletions

View file

@ -704,10 +704,15 @@ static void processConnection()
try {
int oppp = readInt(from);
op = (WorkerOp) oppp;
/* Use for debugging*/
/*
if(oppp == 14){
printMsg(lvlError, format("Sleeping 10"));
sleep(10);
}
*/
} catch (EndOfFile & e) {
break;
}