mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Increased PAGE_ITEM_COUNT to 30
This commit is contained in:
parent
ebf5cb22ab
commit
947f5e840e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue