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>
</ul>
<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
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
@ -494,4 +494,4 @@ def def_pre_exec(server):
</div>
</div>
</body>
</html>
</html>