mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 14:32:23 -04:00
Merge branch 'master' into qa
* master: use new rethinkstuff ORM
This commit is contained in:
commit
95f362d49a
8 changed files with 134 additions and 247 deletions
|
@ -97,7 +97,6 @@ class BrowserPool:
|
|||
with self._lock:
|
||||
for browser in self._in_use:
|
||||
browser.stop()
|
||||
self._in_use.clear()
|
||||
|
||||
def num_available(self):
|
||||
return self.size - len(self._in_use)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue