mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
chore: edit register rate limit
This commit is contained in:
parent
b727961edb
commit
626cb47f03
@ -14,7 +14,6 @@ import {
|
|||||||
SafetyOutlined,
|
SafetyOutlined,
|
||||||
SearchOutlined,
|
SearchOutlined,
|
||||||
TableOutlined,
|
TableOutlined,
|
||||||
TeamOutlined,
|
|
||||||
UserOutlined
|
UserOutlined
|
||||||
} from '@ant-design/icons'
|
} from '@ant-design/icons'
|
||||||
import {Menu} from 'antd'
|
import {Menu} from 'antd'
|
||||||
@ -46,14 +45,6 @@ export function Sider({isAuthenticated}: { isAuthenticated: boolean }) {
|
|||||||
disabled: !isAuthenticated,
|
disabled: !isAuthenticated,
|
||||||
onClick: () => navigate('/search/domain')
|
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',
|
key: 'ns-finder',
|
||||||
|
|||||||
@ -17,7 +17,7 @@ framework:
|
|||||||
|
|
||||||
user_register:
|
user_register:
|
||||||
policy: token_bucket
|
policy: token_bucket
|
||||||
limit: 1
|
limit: 5
|
||||||
rate: { interval: '5 minutes' }
|
rate: { interval: '5 minutes' }
|
||||||
|
|
||||||
rdap_requests:
|
rdap_requests:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user