SERVER-387 enable interrupts for v8

This commit is contained in:
Aaron
2010-09-23 14:36:04 -07:00
parent 7f8ea97135
commit d2249cdf68
12 changed files with 301 additions and 80 deletions

View File

@@ -340,6 +340,7 @@ namespace mongo {
}
currentOp.ensureStarted();
currentOp.done();
killCurrentOp.finishOp();
int ms = currentOp.totalTimeMillis();
log = log || (logLevel >= 2 && ++ctr % 512 == 0);