Manuel Vacelet (vaceletm)2024-05-16 16:38 This request is a bit different. For most services, we can know if something was changed since the last scan. For instance, for git, we have logs. If no push were done since the last time we gathered the disk stats, we should skip the projet. As disk scan are quite I/O instensive it would reduce the pressure on disk.
Guilhem Bonnefille (CS) (gbonnefille)2024-05-15 11:57 Looking at plugins/statistics/include/Statistics_DiskUsageManager.class.php it seems that these statistics are store in DB and only refreshed regularly. Thus, such request must be closed.