This commit is contained in:
AF 2022-11-01 02:35:38 +00:00 committed by parrrate
parent 50744ce725
commit 78a29c188d
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04

View File

@ -282,6 +282,7 @@ class DbConnection:
del self.__task
del self.__initial_size
class DbFactory:
def __init__(self, path: str | pathlib.Path, *, kvrequest_type: Type[KVRequest], buffersize=1048576):
self.path = path = str(path)