website: fix default compression #

see http://golang.org/src/pkg/compress/flate/deflate.go#L406
This commit is contained in:
Ross Smith II 2014-05-05 11:46:41 -07:00
parent 9b31c5c8eb
commit 7b09052845
1 changed files with 2 additions and 2 deletions

View File

@ -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.
* `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