Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var ops = db.currentOp().inprog;
  2. for (key in ops) {
  3. var op = ops[key];
  4. if (op.ns === 'conversocial.content' && op.secs_running > 120) {
  5. db.killOp(op.opid);
  6. }
  7. }
Add Comment
Please, Sign In to add comment