Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hitchhiker/outboard.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

;; The update-queue is a blocking queue of functions which will be applied to the outboard
;; The tree-atom is an atom containing the latest view of the outboard. This is for snapshotting
;; The close signal is an atom which, when it's set to :shutdown, causes the outboard to shut its in-memory portions down
;; The close-signal is an atom which, when it's set to :shutdown, causes the outboard to shut its in-memory portions down
(defrecord OutboardConnection [update-queue tree-atom close-signal thread tree-name])

(defonce ^:private refcount-expiry-thread (redis/start-expiry-thread!))
Expand Down