Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricroberts committed Dec 13, 2021
1 parent 4e9447c commit 412f302
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drafter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1-SNAPSHOT
2.5.1
Binary file added package/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions package/install/drafter-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DRAFTER_JVM_OPTS="-Xmx4g \
-Dcom.sun.management.jmxremote.port=3007 \
-Dhttp.maxConnections=60 \
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=41943040 \
-Dlog4j2.formatMsgNoLookups=true \
-Dlog4j.configurationFile=log4j2.xml"

java ${DRAFTER_JVM_OPTS} -cp 'lib/*:drafter.jar' clojure.main -m drafter.main drafter-prod.edn

0 comments on commit 412f302

Please sign in to comment.