From 8c6502de2f8ec2bd8382cd6945c327d7be400e14 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 28 Jan 2026 05:34:41 +0000
Subject: [PATCH] =Queue cleanup - seems to be working enough to get legacy before and after going!

---
 inc/rest/routes/FeedRoutes.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inc/rest/routes/FeedRoutes.php b/inc/rest/routes/FeedRoutes.php
index 2c83a63..8c50485 100644
--- a/inc/rest/routes/FeedRoutes.php
+++ b/inc/rest/routes/FeedRoutes.php
@@ -33,9 +33,9 @@
 		$this->cache_ttl = 86400;
 		parent::__construct();
 		$this->cache
-			->connect('post')
-			->connect('taxonomy')
-			->connect('user');
+			->connect('post', true)
+			->connect('taxonomy', true)
+			->connect('user', true);
 
 		if (JVB_TESTING) {
 			$this->cache->flush();

--
Gitblit v1.10.0