Skip to content

Commit

Permalink
Clearer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzhurov committed Feb 28, 2024
1 parent db35a81 commit 0c4b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hashgraph/app/playback.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
left< @*left<]
(concat (->playback-events< playback) left<)))

;; Ensures there are always some events left to playback by issuing new ones
;; Ensures there are always some events left to playback by buffering more
(def max-buffered-size 200)
(def min-buffered-size 20)
(defn buffer-playback-left-events-on-exhaust! []
Expand Down

0 comments on commit 0c4b595

Please sign in to comment.