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:
parent
60a32fcbf3
commit
ef37776094
4 changed files with 81 additions and 50 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue