mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:17:32 +00:00
fix: improve startup times by initializing projection tables during setup (#4642)
* fix: improve startup times by initializing projections table during setup * add missing file
This commit is contained in:
@@ -87,6 +87,8 @@ func newNotificationsProjection(
|
||||
p.fileSystemPath = fileSystemPath
|
||||
p.statikDir = statikDir
|
||||
|
||||
// needs to be started here as it is not part of the projection.projections / projection.newProjectionsList()
|
||||
p.Start()
|
||||
return p
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user