From eefe0f792c4b68d2d61bcf1bca657ddd4dbbc5fa Mon Sep 17 00:00:00 2001 From: monilprajapati Date: Fri, 3 Oct 2025 18:58:39 +0530 Subject: [PATCH] Increased the time for cache --- backend/go-app/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go-app/main.go b/backend/go-app/main.go index f742b937..57887c9a 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -3903,7 +3903,7 @@ func remoteOrgJobController(org shuffle.Org, body []byte) error { if err != nil { log.Printf("[ERROR] Failed to marshal Subscriptions for cache: %s", err) } else { - shuffle.SetCache(ctx, subscriptionCacheKey, subscriptionsBytes, 30) + shuffle.SetCache(ctx, subscriptionCacheKey, subscriptionsBytes, 1800) } for _, job := range responseData.Jobs {