mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
push daily limit to 1000
This commit is contained in:
parent
478156ea88
commit
016de5f983
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Site < Sequel::Model
|
||||||
SUGGESTIONS_VIEWS_MIN = 500
|
SUGGESTIONS_VIEWS_MIN = 500
|
||||||
CHILD_SITES_MAX = 100
|
CHILD_SITES_MAX = 100
|
||||||
|
|
||||||
IP_CREATE_LIMIT = 500
|
IP_CREATE_LIMIT = 1000
|
||||||
TOTAL_IP_CREATE_LIMIT = 10000
|
TOTAL_IP_CREATE_LIMIT = 10000
|
||||||
|
|
||||||
FROM_EMAIL = 'noreply@neocities.org'
|
FROM_EMAIL = 'noreply@neocities.org'
|
||||||
|
|
Loading…
Add table
Reference in a new issue