mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-15 22:52:23 +00:00
remove system setting cap on messages (use at own risk)
This commit is contained in:
parent
a07ff1a394
commit
5c40419a27
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ export default function AdminSystem() {
|
|||
}}
|
||||
value={messageLimit.limit}
|
||||
min={1}
|
||||
max={300}
|
||||
className="bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:border-white block w-60 p-2.5"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue