mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
up limits for ips
This commit is contained in:
parent
d56edd80ec
commit
c01d130e4d
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ class Site < Sequel::Model
|
|||
SUGGESTIONS_VIEWS_MIN = 500
|
||||
CHILD_SITES_MAX = 100
|
||||
|
||||
IP_CREATE_LIMIT = 50
|
||||
TOTAL_IP_CREATE_LIMIT = 300
|
||||
IP_CREATE_LIMIT = 500
|
||||
TOTAL_IP_CREATE_LIMIT = 10000
|
||||
|
||||
FROM_EMAIL = 'noreply@neocities.org'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue