feat: add timeout stuff to handlers
This commit is contained in:
parent
2c494d9c52
commit
71a902a939
1 changed files with 3 additions and 1 deletions
4
index.js
4
index.js
|
|
@ -118,7 +118,9 @@ function bootstrapContext(db, structureId, routeId, initContext) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
vapidPublicKey: vapidPublicKey,
|
vapidPublicKey: vapidPublicKey,
|
||||||
fetch: fetch
|
fetch: fetch,
|
||||||
|
clearTimeout: clearTimeout,
|
||||||
|
setTimeout: setTimeout
|
||||||
});
|
});
|
||||||
for (let appDb of dbs) {
|
for (let appDb of dbs) {
|
||||||
let dbInstance = model.getDbInstance(appDb.id);
|
let dbInstance = model.getDbInstance(appDb.id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue