Skip to content

Commit

Permalink
Switch back to -server for jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Jan 30, 2012
1 parent 81c0ee5 commit f6c7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject parbench "1.3.2"
:description "Parallel HTTP Benchmarker/Visualizer"
:main parbench.core
:jvm-opts ["-client"]
:jvm-opts ["-server"]
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/tools.cli "0.2.1"]
[noir-async "0.1.2"]
Expand Down

0 comments on commit f6c7751

Please sign in to comment.