mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-05 05:27:53 +00:00
Speed up init in start_dev_db.sh using no-sync option (#5888)
This commit is contained in:
parent
88160dc86f
commit
eae7f1ba02
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ config_args=(
|
|||
)
|
||||
|
||||
# Create cluster
|
||||
pg_ctl init --silent --options="--username=postgres --auth=trust --no-instructions"
|
||||
pg_ctl init --silent --options="--username=postgres --auth=trust --no-instructions --no-sync"
|
||||
|
||||
# Start server
|
||||
pg_ctl start --silent --options="${config_args[*]}"
|
||||
|
|
Loading…
Reference in a new issue