politik-bei-uns / politik-bei-uns-web-old

Offenes Ratsinformationssystem: Weboberfläche
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Scripts: remove pymongo's "timeout" parameter #47

Closed sumpfralle closed 7 years ago

sumpfralle commented 7 years ago

The parameter used before ("timeout") was replaced with "no_cursor_timeout" in pymongo v3.0: http://api.mongodb.com/python/current/changelog.html#changes-to-find-and-find-one

The other occourences of "find" within in this module do not provide a timeout parameter, thus it can probably be removed safely.