Ver Fonte

Increased PAGE_ITEM_COUNT to 30

Classic298 há 5 meses atrás
pai
commit
947f5e840e
1 ficheiros alterados com 1 adições e 1 exclusões
  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)