Wait `ms` milliseconds before killing the query on the server :param ms: the number of milliseconds before killing the query on the server
(self, ms)
| 1306 | return queryset |
| 1307 | |
| 1308 | def max_time_ms(self, ms): |
| 1309 | """Wait `ms` milliseconds before killing the query on the server |
| 1310 | |
| 1311 | :param ms: the number of milliseconds before killing the query on the server |
| 1312 | """ |
| 1313 | return self._chainable_method("max_time_ms", ms) |
| 1314 | |
| 1315 | # JSON Helpers |
| 1316 |