panrouter 5.4.6 → 5.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pool-worker.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panrouter",
3
- "version": "5.4.6",
3
+ "version": "5.4.7",
4
4
  "description": "让 Claude Code 免费使用 DeepSeek 等模型,无需 API Key",
5
5
  "type": "module",
6
6
  "bin": {
package/pool-worker.mjs CHANGED
@@ -347,7 +347,7 @@ function startHeartbeat() {
347
347
  stopHeartbeat();
348
348
  heartbeatTimer = setInterval(() => {
349
349
  safeSend({ type: "ping" });
350
- }, 25000);
350
+ }, 15000);
351
351
  }
352
352
 
353
353
  function stopHeartbeat() {