mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Before every thread would hit the database once at the start to load the system account and user. The loaded objects are almost never used. This change optimizes the behavior and lazy loads the system user and account object.