mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
add comment
This commit is contained in:
parent
b4c5a138dd
commit
e24c0bf67e
@ -132,7 +132,7 @@ var config = {
|
||||
|
||||
create_post_per_day: 1000, // 每个用户一天可以发的主题数
|
||||
create_reply_per_day: 1000, // 每个用户一天可以发的评论数
|
||||
create_user_per_ip: 1000,
|
||||
create_user_per_ip: 1000, // 每个 ip 每天可以注册账号的次数
|
||||
visit_per_day: 1000, // 每个 ip 每天能访问的次数
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user