Merge branch 'feature/audit-logs' into audit-logs/log-url

This commit is contained in:
Rémi de Juvigny 2023-01-23 17:23:18 +01:00 committed by GitHub
commit c0c548d9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ const ListView = () => {
enabled: canRead,
keepPreviousData: true,
retry: false,
staleTime: 1000 * 20,
staleTime: 1000 * 10,
onError() {
toggleNotification({
type: 'warning',

View File

@ -3,7 +3,7 @@
const localProvider = require('@strapi/provider-audit-logs-local');
const { scheduleJob } = require('node-schedule');
const RETENTION_DAYS = 7;
const RETENTION_DAYS = 90;
const defaultEvents = [
'entry.create',