increase delay to keep alive

This commit is contained in:
Shihaam Abdul Rahman 2024-10-19 03:47:13 +05:00
parent ab400a5b65
commit 2511eacd2b
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -6,5 +6,5 @@ KEEP_ALIVE=$(curl -s 'https://faisanet.mib.com.mv/aProfile/keepAlive' \
-X 'POST' \
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave; time-tracker=600")
echo $KEEP_ALIVE
sleep 30
sleep 300
done