befly 3.8.10 → 3.8.11

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/lib/database.ts +1 -1
  2. package/package.json +2 -2
package/lib/database.ts CHANGED
@@ -177,7 +177,7 @@ export class Database {
177
177
  connectionTimeout: 30000,
178
178
  idleTimeout: 0,
179
179
  autoReconnect: true,
180
- maxRetries: 0,
180
+ maxRetries: 3,
181
181
  enableOfflineQueue: true,
182
182
  enableAutoPipelining: true
183
183
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly",
3
- "version": "3.8.10",
3
+ "version": "3.8.11",
4
4
  "description": "Befly - 为 Bun 专属打造的 TypeScript API 接口框架核心引擎",
5
5
  "type": "module",
6
6
  "private": false,
@@ -65,5 +65,5 @@
65
65
  "es-toolkit": "^1.41.0",
66
66
  "pathe": "^2.0.3"
67
67
  },
68
- "gitHead": "492e46d692787e6d141659fba27c26e030cd1181"
68
+ "gitHead": "1159315bc410ec8fea8328ba5946e1d8690106b1"
69
69
  }