Skip to content

Commit

Permalink
Merge pull request #89 from heroku/fix_apps
Browse files Browse the repository at this point in the history
Fix apps
  • Loading branch information
tsloughter committed Jun 18, 2014
2 parents ec64584 + 9c7183d commit eaea2bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/vegur.app.src
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{application, vegur,
[
{description, "vegur"}
,{vsn, "0.15.0"}
,{vsn, "0.15.1"}
,{registered, []}
,{applications,
[kernel
,stdlib
,ranch_proxy_protocol
,cowboy
,midjan
,erequest_id
,uuid
]}
,{env, [{acceptors, 1024}
,{max_connections, 100000}
Expand Down

0 comments on commit eaea2bd

Please sign in to comment.