Skip to content

Instantly share code, notes, and snippets.

@sleekslush
Created August 27, 2014 20:30
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sleekslush/f0c727f32c4c2764c00a to your computer and use it in GitHub Desktop.
Save sleekslush/f0c727f32c4c2764c00a to your computer and use it in GitHub Desktop.
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