We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf543d commit 429e046Copy full SHA for 429e046
1 file changed
packages/augur-sdk/src/state/db/DBCollectionProxy.ts
@@ -25,7 +25,7 @@ export function CollectionQueueAddOn (db: Dexie) {
25
}, timeout(async function ReadOperation() {
26
console.log('Reading Query');
27
return originalToArray.call(collection, cb);
28
- }, 2500), callback);
+ }, 10000), callback);
29
}, 10);
30
31
db.Collection.prototype.toArray = function toArray<R>(cb?): PromiseExtended<any[]> {
0 commit comments