forked from mirrors/bookwyrm
9c03bf782e
This is the untest first pass at re-arranging remote search to work in parallel rather than sequence. It moves a couple functions around (raise_not_valid_url, for example, needs to be in connector_manager.py now to avoid circular imports). It adds a function to Connector objects that generates a search result (either to the isbn endpoint or the free text endpoint) based on the query, which was previously done as part of the search. I also lowered the timeout to 8 seconds by default. |
||
---|---|---|
.. | ||
__init__.py | ||
abstract_connector.py | ||
bookwyrm_connector.py | ||
connector_manager.py | ||
format_mappings.py | ||
inventaire.py | ||
openlibrary.py | ||
openlibrary_languages.py | ||
settings.py |