Created
August 27, 2014 20:30
-
-
Save sleekslush/f0c727f32c4c2764c00a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from jinja2.environment import create_cache | |
# blah blah blah | |
app.jinja_env.cache = create_cache(1000) | |
# blah blah blah | |
app.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment