Pega Runtime v22.1 behaviour when Robot Manager is down

In Pega Runtime v19.1, when Robot Manager is down, the runtime defaults to the list of local downloaded packages. in v22.1, it errors out. Is there a setting somewhere that needs to be changed so that the behaviour from v19.1 can be replicated?

@Thierry_SLF In 22.1, you will need to use the StartupProject in the PegaRuntimeConfig.xml. You will also need to enable the AllowRunOffline setting. With these two values set, the StartupProject should only be used if Robot Manager is inaccessible. Users will still need to enter credentials at the login screen, but those will timeout if RM is offline. After the timeout, the StartupProject will load.