chore: edit register rate limit

This commit is contained in:
Maël Gangloff 2025-10-19 15:15:51 +02:00
parent b727961edb
commit 626cb47f03
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
2 changed files with 1 additions and 10 deletions

View File

@ -14,7 +14,6 @@ import {
SafetyOutlined,
SearchOutlined,
TableOutlined,
TeamOutlined,
UserOutlined
} from '@ant-design/icons'
import {Menu} from 'antd'
@ -46,14 +45,6 @@ export function Sider({isAuthenticated}: { isAuthenticated: boolean }) {
disabled: !isAuthenticated,
onClick: () => navigate('/search/domain')
},
{
key: '/search/entity',
icon: <TeamOutlined/>,
label: t`Entity`,
title: t`Entity Finder`,
disabled: !isAuthenticated,
onClick: () => navigate('/search/entity')
},
/*
{
key: 'ns-finder',

View File

@ -17,7 +17,7 @@ framework:
user_register:
policy: token_bucket
limit: 1
limit: 5
rate: { interval: '5 minutes' }
rdap_requests: