Skip to content

Commit d5a73eb

Browse files
Use more cores while installing (#797)
1 parent becd4d8 commit d5a73eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Then build pg_auto_failover from sources with the following instructions:
100100

101101
~~~ bash
102102
$ make
103-
$ sudo make install
103+
$ sudo make install -j10
104104
~~~
105105

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

0 commit comments

Comments
 (0)