diff options
| -rw-r--r-- | src/site.clj | 4 |
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) |
