Change 'default async worker' to 'default sync worker' in documentation, since the default worker is sync.

This commit is contained in:
Greg Taylor 2010-07-12 10:40:59 -04:00
parent 3cb99a7b1d
commit 6fc6487370

View File

@ -169,7 +169,7 @@ application's work load.</p>
<li><tt class="docutils literal">egg:gunicorn#sync</tt></li> <li><tt class="docutils literal">egg:gunicorn#sync</tt></li>
</ul> </ul>
<p>The type of workers to use.</p> <p>The type of workers to use.</p>
<p>The default async class should handle most 'normal' types of work loads. <p>The default sync class should handle most 'normal' types of work loads.
You'll want to read <a class="reference external" href="http://gunicorn.org/design.hml">http://gunicorn.org/design.hml</a> for information on You'll want to read <a class="reference external" href="http://gunicorn.org/design.hml">http://gunicorn.org/design.hml</a> for information on
when you might want to choose one of the other worker classes.</p> when you might want to choose one of the other worker classes.</p>
<p>An string referring to a 'gunicorn.workers' entry point or a <p>An string referring to a 'gunicorn.workers' entry point or a