From 9fa37c516cc8819fdfb42306d22240fac02bf607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 4 Jul 2026 09:54:39 +0400 Subject: [PATCH] =?UTF-8?q?chore:=20retirer=20la=20config=20rest-cache=20(?= =?UTF-8?q?plugin=20non=20install=C3=A9,=20incompatible=20v5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/plugins.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config/plugins.js b/config/plugins.js index f8e3050..7588585 100644 --- a/config/plugins.js +++ b/config/plugins.js @@ -16,23 +16,4 @@ module.exports = ({env}) => ({ defaultReplyTo: env('SMTP_REPLY_TO'), }, }, - 'rest-cache': { - config: { - provider: { - name: 'memory', - options: { - max: 32767, - maxAge: 3600 - } - }, - strategy: { - contentTypes: [ - 'api::artiste.artiste', - 'api::parole.parole' - ], - debug: true, - hitpass: false - } - } - }, })