Simplified storage layer from connection pool to single lazy connection.
CI / Formatting (push) Failing after 19s
CI / Linting (push) Successful in 18s
CI / Tests (Python 3.13) (push) Has been cancelled
CI / Tests (Python 3.14) (push) Has been cancelled
CI / Type Checking (push) Has been cancelled
CI / Spelling (push) Has been cancelled
CI / Tests (Python 3.12) (push) Has been cancelled
CI / Formatting (push) Failing after 19s
CI / Linting (push) Successful in 18s
CI / Tests (Python 3.13) (push) Has been cancelled
CI / Tests (Python 3.14) (push) Has been cancelled
CI / Type Checking (push) Has been cancelled
CI / Spelling (push) Has been cancelled
CI / Tests (Python 3.12) (push) Has been cancelled
This commit is contained in:
@@ -320,9 +320,7 @@ class ModuleLoader:
|
||||
module_templates = ModuleTemplates(module_dir, self._core_template_dir)
|
||||
|
||||
scoped_config = ModuleConfig(self.config, module_name)
|
||||
storage = ModuleStorage(
|
||||
self.config.storage_dir, module_name, self.config.pool_size
|
||||
)
|
||||
storage = ModuleStorage(self.config.storage_dir, module_name)
|
||||
module_commands = ModuleCommands(self.command_dispatcher, module_name)
|
||||
module_events = ModuleEvents(self.event_dispatcher, module_name)
|
||||
module_routes = ModuleRoutes(
|
||||
|
||||
Reference in New Issue
Block a user