feat: add timeout stuff to handlers

This commit is contained in:
my name 2025-02-04 01:54:56 -05:00
parent 2c494d9c52
commit 71a902a939

View file

@ -118,7 +118,9 @@ function bootstrapContext(db, structureId, routeId, initContext) {
},
},
vapidPublicKey: vapidPublicKey,
fetch: fetch
fetch: fetch,
clearTimeout: clearTimeout,
setTimeout: setTimeout
});
for (let appDb of dbs) {
let dbInstance = model.getDbInstance(appDb.id);