mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 02:16:03 +00:00
do not wait for send upload plugin metrics
This commit is contained in:
parent
65ff3ca49a
commit
516500dd07
2
packages/core/upload/server/bootstrap.js
vendored
2
packages/core/upload/server/bootstrap.js
vendored
@ -38,7 +38,7 @@ module.exports = async ({ strapi }) => {
|
||||
await registerPermissionActions();
|
||||
|
||||
await getService('weeklyMetrics').registerCron();
|
||||
await getService('metrics').sendUploadPluginMetrics();
|
||||
getService('metrics').sendUploadPluginMetrics();
|
||||
};
|
||||
|
||||
const registerPermissionActions = async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user