Skip to content

Commit 4912bcc

Browse files
committed
Docs
1 parent 82deff0 commit 4912bcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ In production environments, you should ensure that `RENDER` is set to True.
190190
You will want to run the render server under whatever supervisor process suits your need. Depending on
191191
your setup, you may need to change the `RENDER_URL` setting to reflect your environment.
192192

193-
Depending on your load, you may want to use a worker farm to handle rendering.
194-
[Node's cluster module](https://nodejs.org/api/cluster.html) provides an easy way to fork a process and
195-
serve multiple instances from a single network address.
193+
Depending on your load, you may want to use a worker farm to handle rendering. Node's
194+
[cluster module](https://nodejs.org/api/cluster.html) provides an easy way to fork a process and serve
195+
multiple instances from a single network address.
196196

197197
An alternative to worker farms is to put a reverse proxy in front of the render server. Be aware that
198198
render server requests are sent as POST requests and most reverse proxies have issues with caching POST

0 commit comments

Comments
 (0)