Commit message Age Author Refs
r2938:8ed0cc06
caches: improve logging.
0
r2937:23a83d11
caches: use process aware settings cache with proper invalidation.
0
r2936:776b3361
caches: store computation time inside context manager as helper. Since the with block is full calculation we can use it to calculate the function execution time.
0
r2935:47998ee0
caches: turn off thread scoped caches, and allow .ini override. Thread scoped caches are only usefull for development on using pserve
0
r2934:70d15bca
dependencies: added pyotp library for usage in 2FA.
0
r2933:3df7f0a4
mailer: bit of code cleanup
0
r2932:9bfe4e0a
caches: new cache context managers. - deprecate beaker cache completly - use new cache decorators from dogpile - use a proper per cache key invalidation
0
r2931:474abf70
caches: use safer method of purging keys from memory dict. During some concurrency tests we detected that has_key has a race condition, and catching exception is safer.
0
r2930:a5198975
security: update lastactivity when on audit logs. - The previous update on each call was to expensive and created lot of DB locks in high traffic env
0
r2929:c363a5c7
core: removed last activity as it was creating lots of DB locks.
0
< 1 .. 10 11 12 13 14 .. 305 >