Slightly better error message for rate limiting thread creation
This commit is contained in:
parent
c03ccd63a1
commit
cdf2bd429f
|
@ -358,7 +358,7 @@
|
||||||
'noip' => true,
|
'noip' => true,
|
||||||
'find-time' => 60 * 60 * 1,
|
'find-time' => 60 * 60 * 1,
|
||||||
'action' => 'reject',
|
'action' => 'reject',
|
||||||
'message' => 'Hmmm'
|
'message' => 'New threads are being created too quickly. Hmmm'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Minimum time between posts by the same IP address (all boards).
|
// Minimum time between posts by the same IP address (all boards).
|
||||||
|
|
Loading…
Reference in New Issue