From a24a06002081ad71a78ffeff9072725ba39cf121 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 17 Feb 2026 20:05:31 +0000
Subject: [PATCH] =minor changes, particularly around the JVB_CHILD_URL pattern

---
 inc/blocks/FeedBlock.php |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/inc/blocks/FeedBlock.php b/inc/blocks/FeedBlock.php
index 1a23d95..e100409 100644
--- a/inc/blocks/FeedBlock.php
+++ b/inc/blocks/FeedBlock.php
@@ -21,10 +21,9 @@
 	{
 		// Initialize cache with connections
 		$this->cache = Cache::for('feed_block', WEEK_IN_SECONDS);
-
-		if (JVB_TESTING) {
-			$this->cache->flush();
-		}
+//		if (JVB_TESTING) {
+//			$this->cache->flush();
+//		}
 
 		add_action('init', [$this, 'registerBlock']);
 	}

--
Gitblit v1.10.0