mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -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
|
||||
|
||||
log "Assuming src/bin/installDeps.sh has already been run"
|
||||
(cd src && npm run dev &
|
||||
(cd src && pnpm run prod &
|
||||
ep_pid=$!)
|
||||
|
||||
log "Waiting for Etherpad to accept connections (http://localhost:9001)..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue