Skip to content

Commit

Permalink
Remove cache optimization in shiro since it references stormpath and …
Browse files Browse the repository at this point in the history
…comes from there.
  • Loading branch information
hayssams committed Dec 31, 2015
1 parent 2017925 commit 8eee51d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions conf/shiro.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ admin = password1
user1 = password2
user2 = password3

[main]

# Let's use some in-memory caching to reduce the number of runtime lookups against Stormpath.
# A real application might want to use a more robust caching solution (e.g. ehcache or a
# distributed cache). When using such caches, be aware of your cache TTL settings: too high
# a TTL and the cache won't reflect any potential changes in Stormpath fast enough. Too low
# and the cache could evict too often, reducing performance.
cacheManager = org.apache.shiro.cache.MemoryConstrainedCacheManager
securityManager.cacheManager = $cacheManager


[urls]

Expand Down

0 comments on commit 8eee51d

Please sign in to comment.