const classafEfanXtra::EfanXtraConfigIds

sys::Obj
  afEfanXtra::EfanXtraConfigIds

IocConfig values as provided by efanXtra. To change their value, override them in your AppModule. Example:

@Contribute { serviceType=ApplicationDefaults# } 
static Void configureAppDefaults(MappedConfig config) {
    config[EfanXtraConfigIds.templateTimeout] = 1min
}
templateTimeout

Source

const static Str templateTimeout := "afEfan.templateTimeout"

The time before the file system is checked for template updates.

Defaults to 2min in prod, and 2sec otherwise.