diff --git a/src/hooks/useGetOrders.tsx b/src/hooks/useGetOrders.tsx index d3fa42c..23c2402 100644 --- a/src/hooks/useGetOrders.tsx +++ b/src/hooks/useGetOrders.tsx @@ -4,7 +4,7 @@ import { useQuery } from "@tanstack/react-query"; import { ORDERS_COLLECTION } from "../constants"; import { Order } from "../types/Order"; -const ORDER_LIMIT = 3000; +const ORDER_LIMIT = 1000; const useGetOrders = () => { return useQuery({