Initialise ES client only on first search
This commit is contained in:
@@ -55,7 +55,7 @@ class StorageBackend(ABC):
|
||||
self.log.info(f"Initialising storage backend {name}")
|
||||
|
||||
self.initialise_caching()
|
||||
self.initialise()
|
||||
# self.initialise()
|
||||
|
||||
@abstractmethod
|
||||
def initialise(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user