You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Model Preloading properties
Note: these properties were introduced in Blueriq 13.8
Subject | Property | Explanation | Default value | Property file | Example |
---|---|---|---|---|---|
Model preloading | blueriq.modelpreload.enabled | If true, preloading of configured application models during Runtime startup is enabled | false |
| |
blueriq.modelpreload.before-requests | If false, preload the application models after the Runtime is ready to accept HTTP requests. Otherwise the models will be preloaded before HTTP requests are accepted. | true |
| ||
blueriq.modelpreload.models | A map of application models (name and versions) to preload. Only application models that are in this list will be preloaded if preloading is enabled. |
| blueriq.modelpreload.models.MyApp1=0.0-Trunk,0.0-FeatureX,0.0-FeatureY blueriq.modelpreload.models.MyApp2=0.0-Trunk |