open fun setDefaultRefreshCheckDelay(defaultRefreshCheckDelay: Long): Unit
Set the delay between refresh checks, in milliseconds. Default is -1, indicating no refresh checks at all.
Note that an actual refresh will only happen when the org.springframework.scripting.ScriptSource indicates that it has been modified.
See Also
org.springframework.scripting.ScriptSource#isModified()