Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Jul 14, 2021
1 parent 6ce30fa commit 9fb57e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/puppetlabs/trapperkeeper/internal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@
(eager-compile graph-map)
(catch ExceptionInfo e
(handle-prismatic-exception! e))
;; eager-compile
;; work around https://github.com/plumatic/plumbing/issues/138
;; approach: switch to interpreted compilation, which scales to large
;; service graphs.
(catch clojure.lang.Compiler$CompilerException e
(log/debug e (str "Error while compiling specialized service graph, trying interpreted mode"
" to handle larger graphs."))
Expand Down

0 comments on commit 9fb57e4

Please sign in to comment.