Skip to content

Commit

Permalink
Merge pull request #84 from upstash/hotfix-disable-keep-alive
Browse files Browse the repository at this point in the history
HOTFIX: Disable keep alive
  • Loading branch information
ogzhanolguncu authored Jun 20, 2024
2 parents 7554a03 + b8f0e39 commit 8cebffa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-pears-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@upstash/react-databrowser": patch
---

disable keepAlive
2 changes: 1 addition & 1 deletion packages/react-databrowser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.32.0",
"@upstash/redis": "^1.31.4"
"@upstash/redis": "^1.31.6"
}
}
1 change: 1 addition & 0 deletions packages/react-databrowser/src/lib/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const redisClient = (databrowser?: DatabrowserProps) => {
token,
enableAutoPipelining: true,
automaticDeserialization: false,
keepAlive: false,
});

return redis;
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cebffa

Please sign in to comment.