keep a copy of the options used during init! in view-system
This commit is contained in:
parent
f41b6d5c81
commit
38f74a880d
|
@ -434,7 +434,11 @@
|
||||||
:send-fn send-fn
|
:send-fn send-fn
|
||||||
:put-hints-fn (:put-hints-fn options)
|
:put-hints-fn (:put-hints-fn options)
|
||||||
:auth-fn (:auth-fn options)
|
:auth-fn (:auth-fn options)
|
||||||
:namespace-fn (:namespace-fn options)})
|
:namespace-fn (:namespace-fn options)
|
||||||
|
; keeping a copy of the options used during init allows other libraries
|
||||||
|
; that plugin/extend views functionality (e.g. IView implementations)
|
||||||
|
; to make use of any options themselves
|
||||||
|
:options options})
|
||||||
(start-update-watcher! (:refresh-interval options)
|
(start-update-watcher! (:refresh-interval options)
|
||||||
(:worker-threads options))
|
(:worker-threads options))
|
||||||
(when-let [stats-log-interval (:stats-log-interval options)]
|
(when-let [stats-log-interval (:stats-log-interval options)]
|
||||||
|
|
Loading…
Reference in a new issue