diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2010-11-23 01:24:16 -0500 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2010-11-23 01:24:16 -0500 |
| commit | 85e6d3994f7d547fe525fb60cb8fcc0f96066c02 (patch) | |
| tree | 081936889a458c60ca58254c57695f0ac3b2e036 /src/config.clj | |
| parent | 2b7162504314d4207df4c462d3cad12ad144b7c0 (diff) | |
Fetch directory/hall from redis
Diffstat (limited to 'src/config.clj')
| -rw-r--r-- | src/config.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.clj b/src/config.clj index ce3a88c..5253379 100644 --- a/src/config.clj +++ b/src/config.clj @@ -31,3 +31,4 @@ (def *dumps-per-page* 20) (def *vip-dumps-per-page* 200) (def message-count-limit 200) +(def num-hall-dumps 50)
\ No newline at end of file |
