From c348d35c7ecb6c74f71cf90b982412f267c5d807 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 02:19:05 +0000
Subject: [PATCH] =minor fixes to schema system

---
 assets/js/concise/Queue.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/assets/js/concise/Queue.js b/assets/js/concise/Queue.js
index d50488e..a4ed3b1 100644
--- a/assets/js/concise/Queue.js
+++ b/assets/js/concise/Queue.js
@@ -28,7 +28,7 @@
 		this.initListeners();
 		this.initStore();
 		if (this.canUpdateUI && this.ui.panel) {
-			this.popup = new window.jvbPopup({
+			this.popup = window.jvbPopup.registerPopup({
 				popup: this.ui.panel,
 				toggle: this.ui.toggle.button,
 				name: 'Queue Panel',
@@ -288,8 +288,7 @@
 				storeName: 'queue',
 				keyPath: 'id',
 				endpoint: this.endpoint,
-				// TTL: Infinity,
-				TTL: 5000,
+				TTL: Infinity,
 				indexes: [
 					{name: 'status', keyPath: 'status'},
 					{name: 'type', keyPath: 'type'},

--
Gitblit v1.10.0