Posted February 27, 2024 by Gleb Tsereteli
This Minor release introduces the following instance-related config macros aimed at improving loading performance at scale (loading many hundreds of instances).
ROOMLOADER_INSTANCES_USE_ROOM_PARAMS
- whether to initialize room parameters for loaded instances.
ROOMLOADER_INSTANCES_RUN_CREATION_CODE
- whether to run Creation Code for loaded instances.The ROOMLOADER_ROOM_RUN_CREATION_CODE
macro was slightly renamed to ROOMLOADER_ROOMS_RUN_CREATION_CODE
.