Skip to content

Commit

Permalink
fix: error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Jan 2, 2025
1 parent ea9e8a9 commit 7678412
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 182 deletions.
2 changes: 2 additions & 0 deletions examples/local-pinot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const pinotTransport = new PinotBrokerJSONTransport({
brokerUrl: 'http://127.0.0.1:8000', // replace with your broker url if needed
token: '',
connections: 32,
bodyTimeout: 5000,
headersTimeout: 5000,
});

const pinotClient = new PinotBrokerClient({ transport: pinotTransport });
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@no-esm/sql-template-tag": "^5.2.2",
"undici": "^7.1.1"
"undici": "^7.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
Expand All @@ -64,17 +64,17 @@
"@tsconfig/node-lts": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@types/node": "^22.10.3",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.17.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.5.1",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tsdoc": "^0.4.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"globstar": "^1.0.0",
"prettier": "^3.4.2",
"prettier-plugin-jsdoc": "^1.3.0",
Expand All @@ -85,7 +85,7 @@
"semantic-release": "^24.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
"typescript-eslint": "^8.19.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 7678412

Please sign in to comment.