From acb423b979936654a15c51f476dcfbc224a6025b Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 24 Aug 2024 17:59:45 +0000 Subject: [PATCH] feat: node clustering BREAKING CHANGE: This commit changes thenode clustering and its configuration. --- src/modules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules.js b/src/modules.js index 8cc5ebb..a88d8fe 100644 --- a/src/modules.js +++ b/src/modules.js @@ -55,7 +55,6 @@ module.exports.init = async function (cluster, server) { new metrics(crud); new notification(crud); - new usage(crud); new unique(crud); new organizations(crud);