Jake Vanderwerf
2026-02-10 c348d35c7ecb6c74f71cf90b982412f267c5d807
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'},