summaryrefslogtreecommitdiff
path: root/src/utils.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/utils.clj
parent9b5fb453d7fbe79918fe012badbf6a515092cb48 (diff)
Moved constants to config.clj
Diffstat (limited to 'src/utils.clj')
-rwxr-xr-xsrc/utils.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.clj b/src/utils.clj
index 9d7fd3a..84454cd 100755
--- a/src/utils.clj
+++ b/src/utils.clj
@@ -35,9 +35,6 @@
(.setPassword db-pass)
(.setMaxConnections 10))}))
-;; moved this to here which doesn't seem right... maybe a 'settings.clj' or something?
-(def *dumps-per-page* 20)
-(def *vip-dumps-per-page* 200)
;; Message parsing