mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 01:02:04 +00:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
'use strict';
|
|
|
|
const { getService } = require('./utils');
|
|
|
|
module.exports = () => {
|
|
getService('metrics').stopRegularMetricsUpdate();
|
|
};
|