Version 2023-05-03T08:00

This commit is contained in:
Robert C. Martin 2023-05-03 08:00:28 -05:00
parent 3247891069
commit 131c5b4a50
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
(def read-contact-lists-days-ago 0.5)
(def migration-level 10)
(def version "2023-04-19T14:41")
(def version "2023-05-03T08:00")
(def kinds-not-to-validate [7])

View File

@ -44,7 +44,7 @@
)
(defn make-stats-frame [_e]
(let [stats-frame (frame :title (str "Stats - " @log-level) )
(let [stats-frame (frame :title "Stats")
incoming-panel (make-stat-panel "Incoming events." :incoming-data)
backlog-panel (make-stat-panel "Backlog." :backlog-data)
processed-panel (make-stat-panel "Processed events." :processed-data)