This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move saas-related initialization to a startup hook.
Previously, the saas-related initialization was not taking effect for the general webapp runtime - the saas registry would need to be reloaded from disk on the first API invocation, which added unneeded overhead to that first API call. With this change, the registry loading from disk is done on server initialization and is not needed again.
- Loading branch information