Skip to content

Commit

Permalink
Bump keep-alive above default LBs (#9749)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Jan 4, 2025
1 parent 1926e48 commit 4d7a0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dev:all": "concurrently --kill-others \"cd ../types/ && npm run start\" \"sleep 20 && cd ../sdks/js/ && npm run start\" \"sleep 22 && next dev\" \"sleep 22 && tsx ./start_worker.ts\"",
"dev": "next dev",
"build": "next build",
"start": "next start --keepAliveTimeout 6000",
"start": "next start --keepAliveTimeout 610000",
"start:worker": "tsx ./start_worker.ts",
"lint": "next lint",
"docs": "npx next-swagger-doc-cli swagger.json 2>&1 | tee /dev/stderr | grep -E \"YAML.*Error\" && { echo \"Could not generate swagger because of errors\" && exit 1; } || { npx @redocly/cli@1.25.5 lint --extends recommended-strict --skip-rule operation-operationId --lint-config error public/swagger.json && npm run format; }",
Expand Down

0 comments on commit 4d7a0fc

Please sign in to comment.