diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-08-07 16:46:40 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-08-07 16:46:40 +1000 |
commit | db777541ccba1a974d4f3d21d4536aad5742ea25 (patch) | |
tree | 837d8b3f7a02a5b280833d9397432d5088f0ffc4 /scripts/stress/identify.js | |
parent | generate openapi (diff) | |
download | server-db777541ccba1a974d4f3d21d4536aad5742ea25.tar.xz |
add login script
Diffstat (limited to 'scripts/stress/identify.js')
-rw-r--r-- | scripts/stress/identify.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stress/identify.js b/scripts/stress/identify.js index 9c74c634..2a271bbc 100644 --- a/scripts/stress/identify.js +++ b/scripts/stress/identify.js @@ -3,7 +3,7 @@ require("dotenv").config(); const { OPCODES } = require("../../dist/gateway/util/Constants.js"); const WebSocket = require("ws"); -const ENDPOINT = `ws://localhost:3002?v=9&encoding=json`; +const ENDPOINT = `ws://localhost:3001?v=9&encoding=json`; const TOKEN = process.env.TOKEN; const TOTAL_ITERATIONS = process.env.ITER ? parseInt(process.env.ITER) : 500; |