Immediately after updating the YML file I call upon the reload! function to make sure the variable I use to read the YML file values are also updated. But the variable is not being reflected fast enough. I am forced to call upon reload! function every time I use the variable just to make sure the correct value is being read. This causes a horrible performance issue since it unnecessarily loads the YML file over and over again.