Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

Commit d57262c

Browse files
committed
Don't autoinstrument suspendable functions.
1 parent 25ba53f commit d57262c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

project.clj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@
109109
:plugins [[lein-parent "0.3.0"]]
110110
:source-paths ["src" "test/support/auth-server/src"]
111111
:java-agents [[co.paralleluniverse/quasar-core "0.7.6"]]
112-
:jvm-opts ["-Dco.paralleluniverse.fibers.detectRunawayFibers=false"
113-
"-Dco.paralleluniverse.pulsar.instrument.auto=all"]
112+
:jvm-opts ["-Dco.paralleluniverse.fibers.detectRunawayFibers=false"]
114113
:repl-options {:init-ns lcmap.rest.dev}
115114
:main lcmap.rest.app
116115
:codox {:project {:name "lcmap.rest"
@@ -137,8 +136,7 @@
137136
:dev {
138137
;; XXX 0.3.0-alpha3 breaks reload
139138
:jvm-opts [~(get-lib-path)
140-
"-Dco.paralleluniverse.fibers.verifyInstrumentation=true"
141-
"-Dco.paralleluniverse.pulsar.instrument.auto=all"]
139+
"-Dco.paralleluniverse.fibers.verifyInstrumentation=true"]
142140
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
143141
:source-paths ["dev-resources/src"]
144142
:env

0 commit comments

Comments
 (0)