Commit 7b090528 authored by Ross Smith II's avatar Ross Smith II

website: fix default compression #

see http://golang.org/src/pkg/compress/flate/deflate.go#L406
parent 9b31c5c8
...@@ -28,9 +28,9 @@ providers. ...@@ -28,9 +28,9 @@ providers.
* AWS * AWS
* DigitalOcean * DigitalOcean
* Parallels
* VirtualBox * VirtualBox
* VMware * VMware
* Parallels
<div class="alert alert-block alert-info"> <div class="alert alert-block alert-info">
<strong>Support for additional providers</strong> is planned. If the <strong>Support for additional providers</strong> is planned. If the
...@@ -52,7 +52,7 @@ below, with more details about certain options in following sections. ...@@ -52,7 +52,7 @@ below, with more details about certain options in following sections.
* `compression_level` (integer) - An integer repesenting the * `compression_level` (integer) - An integer repesenting the
compression level to use when creating the Vagrant box. Valid compression level to use when creating the Vagrant box. Valid
values range from 0 to 9, with 0 being no compression and 9 being values range from 0 to 9, with 0 being no compression and 9 being
the best compression. By default, compression is enabled at level 1. the best compression. By default, compression is enabled at level 6.
* `include` (array of strings) - Paths to files to include in the * `include` (array of strings) - Paths to files to include in the
Vagrant box. These files will each be copied into the top level directory Vagrant box. These files will each be copied into the top level directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment