Increased the time for cache

This commit is contained in:
monilprajapati
2025-10-03 18:58:39 +05:30
parent 847fd5bffb
commit eefe0f792c
+1 -1
View File
@@ -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 {