I’m trying to change the inform interval but only after a bootstrap event then go back to the normal inform level set in the inform provision.
I can change
const informInterval = 300;
in the inform provision and it changes the inform interval.
If I add const informInterval = 60; to the bootstrap it doesn’t work. It seems the inform provision runs directly after the bootstrap and overrides the setting in bootstrap. Anyone got any ideas?
Give your bootstrap preset a higher weight.
1 Like
Thanks I didn’t know about that. So the higher weight means the bootstrap settings take priority and the inform provision still runs?
Correct.
1 Like