Skip to content

Commit

Permalink
Use the new DictCachingKeyLookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Sep 12, 2016
1 parent bf1a390 commit d08cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morepath/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


def cached_key_lookup(key_lookup):
return reg.CachingKeyLookup(key_lookup, 1000, 1000, 1000)
return reg.DictCachingKeyLookup(key_lookup)


def commit_if_needed(app):
Expand Down

0 comments on commit d08cd50

Please sign in to comment.