summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-06-10 08:01:00 -0700
committertim b <timb@camcompu.home>2010-06-10 08:01:00 -0700
commit059caaa9c278941629eeb3dd4e87c0bed58f318e (patch)
tree6069ee1517f7501e85d7e8bc2ef01771524b29c6 /src
parent00828fea60eaa1f4bd061e6a17d3457d0f7ee51a (diff)
return more resultz
Diffstat (limited to 'src')
-rw-r--r--src/site.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj
index 2e4180c..8596021 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -802,7 +802,7 @@ FROM users u
and content ilike ? and content like '%http://%'
and admin_only = 'f'
order by message_id desc
- limit 100;"))
+ limit 250;"))
(def *ghetto-search-regex* #"^[A-Za-z0-9\-_]*$")
@@ -1112,4 +1112,4 @@ FROM users u
(start-user-flusher!)
(start-session-pruner!)
;(start! feed-downloader)
-(start! feed-inserter)
+ (start! feed-inserter)