mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed loadtest
This commit is contained in:
parent
d5793b5b7e
commit
20cb5b272c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ s!"points":[^,]*!"points": 1000!
|
||||||
' settings.json.template >settings.json
|
' settings.json.template >settings.json
|
||||||
|
|
||||||
log "Assuming src/bin/installDeps.sh has already been run"
|
log "Assuming src/bin/installDeps.sh has already been run"
|
||||||
(cd src && npm run dev &
|
(cd src && pnpm run prod &
|
||||||
ep_pid=$!)
|
ep_pid=$!)
|
||||||
|
|
||||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue