You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow for multiple settings in the UMC-Mapcycle. The file will be read sequentially, when a new setting is found react appropriately.
Ex:
"default_*" -- update the current default setting, affecting all following map definitions
"command" -- Add another command to a list of commands to be executed
etc.
Problems with doing this:
Right now, modules know their own settings, and core has no idea of what these are. For this to work, each module would have to sequentially parse the KV each time it is queried for weighting/exclusion. This is quite inefficient.
The text was updated successfully, but these errors were encountered:
This will allow for multiple settings in the UMC-Mapcycle. The file will be read sequentially, when a new setting is found react appropriately.
Ex:
"default_*" -- update the current default setting, affecting all following map definitions
"command" -- Add another command to a list of commands to be executed
etc.
Problems with doing this:
Right now, modules know their own settings, and core has no idea of what these are. For this to work, each module would have to sequentially parse the KV each time it is queried for weighting/exclusion. This is quite inefficient.
The text was updated successfully, but these errors were encountered: