Skip to content

Commit 6ef5892

Browse files
authored
Update tshirt-availability.tsx
1 parent 47291fd commit 6ef5892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tshirt-availability.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ApiResponse, SizeAvailability } from "@/types"
55

66
const API_URL = "https://tee-backend-06or.onrender.com/api/tshirt-data"
77
const LOW_STOCK_THRESHOLD = 5
8-
const FETCH_INTERVAL = 25000 // 25 Seconds
8+
const FETCH_INTERVAL = 180000
99
const ENABLE_FETCHING = true
1010

1111
export default function TShirtAvailability() {

0 commit comments

Comments
 (0)