From 89d9ff69a8eb29cb93dcdff18bb0fa9522637e68 Mon Sep 17 00:00:00 2001
From: Pierre Ecarlat <pecarlat@grandlyon.com>
Date: Thu, 12 Dec 2024 16:35:33 +0100
Subject: [PATCH] feat: Update the fetch data duration in egl doc

---
 docs/konnectors/0-index.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/konnectors/0-index.md b/docs/konnectors/0-index.md
index 3c8c14c..4ae642b 100644
--- a/docs/konnectors/0-index.md
+++ b/docs/konnectors/0-index.md
@@ -27,6 +27,12 @@ Since version `3.1.0` of the app, the konnectors are now also handling the price
 
 :::
 
+:::info
+
+Starting with version `3.2.0`, the EGL konnector has been updated to fetch only one month of data daily, instead of retrieving three years’ worth. This change reflects the understanding that data from the past 18 days may still be subject to updates, whereas older data is rarely modified. Adopting this approach aligns with best practices for eco-design, and similar adjustments will be implemented for other konnectors as well.
+
+:::
+
 ## Documentation
 
 - Checkout the [konnector doc](https://docs.cozy.io/en/cozy-konnector-libs/) from cozy
-- 
GitLab