diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/site.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj index 85e93d1..ebf2077 100644 --- a/src/site.clj +++ b/src/site.clj @@ -242,7 +242,7 @@ }) ;; User-id/nick cache -;; I keep needing to grab user-id from a nick or nick from a user-id so I thought I'd cache them +;; I keep needing to grab user-id from a nick so I thought I'd cache them (def user-id-cache (ref {})) (def *user-id-cache-size* 500) |
