Open joshm1204 opened 5 years ago
My assumption is that Teaspoon.defer = true; stops the code from executing and starts after 100 second with setTimeout(Teaspoon.execute, 100000);
Teaspoon.defer = true;
setTimeout(Teaspoon.execute, 100000);
However, I do not see my code slow down at all. What am I doing wrong, or is it a bug?
Teaspoon.defer = true; setTimeout(Teaspoon.execute, 100000); // defers execution for 100 second
did you figure it out ?
My assumption is that
Teaspoon.defer = true;
stops the code from executing and starts after 100 second withsetTimeout(Teaspoon.execute, 100000);
However, I do not see my code slow down at all. What am I doing wrong, or is it a bug?
Teaspoon.defer = true; setTimeout(Teaspoon.execute, 100000); // defers execution for 100 second