@vue-skuilder/db 0.1.11-22 → 0.1.11-25

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.
@@ -187,9 +187,9 @@ var init_pouchdb_setup = __esm({
187
187
  import_pouchdb.default.plugin(import_pouchdb_find.default);
188
188
  import_pouchdb.default.plugin(import_pouchdb_authentication.default);
189
189
  import_pouchdb.default.defaults({
190
- ajax: {
191
- timeout: 6e4
192
- }
190
+ // ajax: {
191
+ // timeout: 60000,
192
+ // },
193
193
  });
194
194
  pouchdb_setup_default = import_pouchdb.default;
195
195
  }