You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ user_stats:
24
24
exclude_route: ["liip_imagine_filter"]
25
25
user_stat_enabled: true
26
26
max_month_before_archive: 6
27
-
archive_enabled: false
28
27
```
29
28
30
29
### Entity
@@ -65,14 +64,14 @@ fluffy_user_stats:
65
64
66
65
### Archive
67
66
68
-
If you have a lot of users and the data table is getting too big; you can automatically archive your data older than 6 months (by default) in a data table named **user_stats_lines_archives**.
67
+
If you have a lot of users and the data table is getting too big; you can archive your data older than 6 months (by default) in a data table named **user_stats_lines_archives**.
69
68
70
-
To enabled archive you need to set the **archive_enabled** at true.
69
+
To archive you need to use the command ```make:user:stats:archive```
0 commit comments