Browse Source

Increased PAGE_ITEM_COUNT to 30

Classic298 1 month ago
parent
commit
947f5e840e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/open_webui/routers/users.py

+ 1 - 1
backend/open_webui/routers/users.py

@@ -34,7 +34,7 @@ router = APIRouter()
 ############################
 
 
-PAGE_ITEM_COUNT = 10
+PAGE_ITEM_COUNT = 30
 
 
 @router.get("/", response_model=UserListResponse)