Skip to content

Commit

Permalink
Add 6 months and 2 years periods for (sitemap) charts
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Nov 4, 2023
1 parent 26283da commit 6336cbc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ public class ChartServlet extends HttpServlet {
entry("3D", Duration.ofDays(3)), entry("W", Duration.ofDays(7)), //
entry("2W", Duration.ofDays(14)), entry("M", Duration.ofDays(30)), //
entry("2M", Duration.ofDays(60)), entry("4M", Duration.ofDays(120)), //
entry("Y", Duration.ofDays(365))//
entry("6M", Duration.ofDays(182)), entry("Y", Duration.ofDays(365)), //
entry("2Y", Duration.ofDays(730))//
);

protected static final Map<String, ChartProvider> CHART_PROVIDERS = new ConcurrentHashMap<>();
Expand Down

0 comments on commit 6336cbc

Please sign in to comment.