summaryrefslogtreecommitdiff
path: root/src/config.clj
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2010-11-15 01:54:43 -0800
committerScott Ostler <sbsotler@gmail.com>2010-11-15 01:54:43 -0800
commitc37bcf6d26abf3fdadd41deda24b020b71627630 (patch)
treeaa9079d58b55d0f896df2e848a423cca2f0e7caa /src/config.clj
parent9b5fb453d7fbe79918fe012badbf6a515092cb48 (diff)
Moved constants to config.clj
Diffstat (limited to 'src/config.clj')
-rw-r--r--src/config.clj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.clj b/src/config.clj
index fdb33ed..7a4a6a2 100644
--- a/src/config.clj
+++ b/src/config.clj
@@ -28,3 +28,6 @@
;; Numerical constants
(def num-popular-dumps 40)
+(def *dumps-per-page* 20)
+(def *vip-dumps-per-page* 200)
+(def message-count-limit 200)