mongodb_proxy.py
3.98 KB
-
Handle AutoReconnect errors in find_one. · 751145c6
These aren't currently caught because the `collection.find_one` method is called, and then it calls `find` without going through the proxy object.
Calen Pennington committed