From 9e1dc8e203edc74b94c13993b781a0d386ce5103 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Sun, 4 May 2025 12:10:07 +0530 Subject: [PATCH] thresh_hold changed --- src/utils/constants.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.jsx b/src/utils/constants.jsx index e88ae513..70a37c04 100644 --- a/src/utils/constants.jsx +++ b/src/utils/constants.jsx @@ -1,4 +1,4 @@ -export const THRESH_HOLD = 12; // hours +export const THRESH_HOLD = 48; // hours export const DURATION_TIME = 10; // minutes export const MANAGE_MASTER = "588a8824-f924-4955-82d8-fc51956cf323";