summaryrefslogtreecommitdiff
path: root/src/user.clj
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2011-01-08 17:03:30 -0500
committerScott Ostler <sbsotler@gmail.com>2011-01-08 17:03:30 -0500
commit1e308142eba46bfa25614c14fd4a8899452bf0ce (patch)
treec666f00f93b5e0a6167de8a60b55e57b4536f0f4 /src/user.clj
parentbbac5e0ea48d2e443da6c9901ff09c11e8010f83 (diff)
parent7d68c6986c0ba08dcb4c2f3dcca318584021099c (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'src/user.clj')
-rw-r--r--src/user.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.clj b/src/user.clj
index 7641bd8..8380bce 100644
--- a/src/user.clj
+++ b/src/user.clj
@@ -18,7 +18,7 @@
;;; User info cache
-(def user-cache-size 500)
+(def user-cache-size 99999)
(def user-nick-cache (ref {}))
(def user-id-cache (ref {}))