Skip to content

Commit

Permalink
Fix killCursors filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Feb 9, 2022
1 parent 3c5174f commit 5bd83d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongotail/mongotail.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"command.dbstats": {"$exists": False},
"command.scale": {"$exists": False},
"command.explain": {"$exists": False},
"command.killCursors": {"$exists": False},
"command.count": {"$ne": "system.profile"},
"op": re.compile(r"^((?!(getmore|killcursors)).)", re.IGNORECASE),
}
Expand Down

0 comments on commit 5bd83d9

Please sign in to comment.