Skip to content

Commit 8eee2df

Browse files
committed
WIP
1 parent a87bb00 commit 8eee2df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ export { fedify, FedifyRequestContext, FedifyContext, db, HonoContextVariables,
265265
});
266266
}
267267
console.timeEnd('fedifyStartQueue');
268+
console.time('AP stuff');
268269
const events = new AsyncEvents();
269270
const fedifyContextFactory = new FedifyContextFactory();
270271

@@ -304,7 +305,7 @@ export { fedify, FedifyRequestContext, FedifyContext, db, HonoContextVariables,
304305
notificationService,
305306
);
306307
notificationEventService.init();
307-
308+
console.timeEnd('AP stuff');
308309
/** Fedify */
309310

310311
/**
@@ -1096,7 +1097,9 @@ export { fedify, FedifyRequestContext, FedifyContext, db, HonoContextVariables,
10961097
bootTime: Math.round(process.uptime() * 1000),
10971098
},
10981099
);
1100+
10991101
console.timeEnd('startup');
1102+
//process.exit(0)
11001103
},
11011104
);
11021105

0 commit comments

Comments
 (0)