diff --git a/src/more_speech/config.clj b/src/more_speech/config.clj index c7428b3..304a397 100644 --- a/src/more_speech/config.clj +++ b/src/more_speech/config.clj @@ -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]) diff --git a/src/more_speech/ui/swing/stats_window.clj b/src/more_speech/ui/swing/stats_window.clj index 23c9f2a..73bd60a 100644 --- a/src/more_speech/ui/swing/stats_window.clj +++ b/src/more_speech/ui/swing/stats_window.clj @@ -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)