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
I would like to make the 3000 milliseconds delay in the CompileFactory.remove function configurable, because the current default is too long for my purpose. Therefore I propose to add an extra config property delay and send that value to the remove function.
The default of this property will be 3000 as it currently is, but I make it possible to overrule this value.
The text was updated successfully, but these errors were encountered:
I would like to make the 3000 milliseconds delay in the CompileFactory.remove function configurable, because the current default is too long for my purpose. Therefore I propose to add an extra config property
delay
and send that value to the remove function.The default of this property will be
3000
as it currently is, but I make it possible to overrule this value.The text was updated successfully, but these errors were encountered: