unforgit 0.11.0 → 0.11.1

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.
@@ -2265,7 +2265,7 @@ var NodeSqliteDatabase = class {
2265
2265
  transactionDepth = 0;
2266
2266
  nextSavepointId = 0;
2267
2267
  constructor(path3) {
2268
- this.database = new DatabaseSync(path3);
2268
+ this.database = new DatabaseSync(path3, { timeout: 5e3 });
2269
2269
  }
2270
2270
  exec(sql) {
2271
2271
  this.database.exec(sql);
@@ -4152,4 +4152,4 @@ export {
4152
4152
  RemoteClient,
4153
4153
  LocalStore
4154
4154
  };
4155
- //# sourceMappingURL=chunk-J6GW65PL.js.map
4155
+ //# sourceMappingURL=chunk-O7I6JQSJ.js.map