Skip to content

Commit

Permalink
Use more cores while installing (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaitTalhaNisanci committed Sep 6, 2021
1 parent becd4d8 commit d5a73eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Then build pg_auto_failover from sources with the following instructions:

~~~ bash
$ make
$ sudo make install
$ sudo make install -j10
~~~

For this to work though, the PostgreSQL client (libpq) and server
Expand Down

0 comments on commit d5a73eb

Please sign in to comment.