mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Increased PAGE_ITEM_COUNT to 30
This commit is contained in:
parent
ebf5cb22ab
commit
947f5e840e
@ -34,7 +34,7 @@ router = APIRouter()
|
|||||||
############################
|
############################
|
||||||
|
|
||||||
|
|
||||||
PAGE_ITEM_COUNT = 10
|
PAGE_ITEM_COUNT = 30
|
||||||
|
|
||||||
|
|
||||||
@router.get("/", response_model=UserListResponse)
|
@router.get("/", response_model=UserListResponse)
|
||||||
|
Loading…
Reference in New Issue
Block a user