Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Documented setRedrawFrequenty()#2588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
wouterj commentedMay 3, 2013
Q | A |
---|---|
Doc fix? | yes |
New docs? | yes |
Applies to | 2.2+ |
Fixed tickets | #2586 |
iterations:: | ||
For performance reasons, be careful if you set the total number of steps | ||
to a high number. For example, if you're iterating over a large number of | ||
items, consider setting the redraw frequenty to a higher value by calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
redraw frequency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
fixed
Documented setRedrawFrequenty()
Very nice Wouter! I hadn't noticed this function: the new solution is much better. Thanks! |