Commit graph

7 commits

Author SHA1 Message Date
Gered 0943e13f05 naming tweak 2022-01-05 17:00:49 -05:00
Gered 20b4067188 remove sweeper thread threshold stuff
i'm not totally convinced that it is that useful? i feel like just
making the sweeper thread run less frequently would solve most of the
same problems that the threshold was (possibly?) intended to solve?
2022-01-04 19:59:15 -05:00
Gered 52dd71f26b renaming on-expiry to on-removal
mainly because calling on-expiry for delete-session doesn't feel
appropriate if we're talking about an "expiration listener." calling
it a "removal listener" feels much better (especially now that we also
have a third argument containing the reason for removal, allowing
people to tell which is which).
2022-01-04 19:27:51 -05:00
Gered 8228408082 delete-session now also calls on-expiry when it deletes something 2022-01-04 19:20:17 -05:00
Gered 1384c52d75 on-expiry now also receives a "reason" parameter when called 2022-01-04 19:19:43 -05:00
Gered 01a7a379c6 add expiration listener support 2022-01-03 22:06:00 -05:00
Gered f71ca8985a rename 'memory' namespace to 'core' 2022-01-02 21:53:39 -05:00
Renamed from test/aging_session/memory_test.clj (Browse further)