We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47291fd commit 6ef5892Copy full SHA for 6ef5892
components/tshirt-availability.tsx
@@ -5,7 +5,7 @@ import type { ApiResponse, SizeAvailability } from "@/types"
5
6
const API_URL = "https://tee-backend-06or.onrender.com/api/tshirt-data"
7
const LOW_STOCK_THRESHOLD = 5
8
-const FETCH_INTERVAL = 25000 // 25 Seconds
+const FETCH_INTERVAL = 180000
9
const ENABLE_FETCHING = true
10
11
export default function TShirtAvailability() {
0 commit comments