Jake Vanderwerf
2026-01-28 8c6502de2f8ec2bd8382cd6945c327d7be400e14
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();