mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Change 'default async worker' to 'default sync worker' in documentation, since the default worker is sync.
This commit is contained in:
parent
3cb99a7b1d
commit
6fc6487370
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user