Skip to content

Commit 52a46de

Browse files
delete data after 3 years by default
1 parent a38a592 commit 52a46de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/functions/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function get_settings(): array
3030
'tracking_method' => 'cookie',
3131
'exclude_user_roles' => [],
3232
'exclude_ip_addresses' => [],
33-
'prune_data_after_months' => 5 * 12,
33+
'prune_data_after_months' => 3 * 12,
3434
'default_view' => 'last_28_days',
3535
'is_dashboard_public' => 0,
3636
'component_order' => [],

0 commit comments

Comments
 (0)