summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-04-11 12:23:30 -0700
committertimb <timb@mb.local>2010-04-11 12:23:30 -0700
commite25c1aa942e11b3bcfd74d803f50796db14e47ff (patch)
treec3d9ba9b2373480327b640c7884dbcdb2da1efc5 /src/site.clj
parent9afbb6ea197366010f520199102e16dc0748cf5d (diff)
youtube thumbz
Diffstat (limited to 'src/site.clj')
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index bcb2914..a16a43c 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -268,7 +268,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)