summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2013-08-09 09:28:41 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2013-08-09 09:28:41 -0400
commita7cad3dea595698294e55673b10b4380315a8013 (patch)
tree8e33586d86acd62efff419c9fec01fa3c32eb112 /src
parent9c565b805bd0a3315ea56c5e9960f6846fe073be (diff)
Prod commit
Diffstat (limited to 'src')
-rw-r--r--src/site.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 66e880e..4db093f 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -305,7 +305,7 @@ WHERE user_id IN
; this should check if the user was created in the last day i guess
(defn ip-recently-created? [ip]
- (> (count (do-select ["select * from users where created_ip=?::cidr" (str ip)] )) 10))
+ (> (count (do-select ["select * from users where created_ip=?::cidr" (str ip)] )) 15))
(def *reserved-nicks-path* "docs/reserved_nicks.txt")
(def *reserved-nicks-refresh-period-sec* 300)