cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Quota Usage

rickiferbarros
Champ in-the-making
Champ in-the-making
Hello.

There's a way to decrease the refresh time to show the exact quota usage? After upload or delete files, Alfresco takes some minutes to refresh that information. I want to decrease this time. Is it possible?

Thanks.
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

the usage quota uses intermediary deltas to record changes which need to be collapsed before the current actual usage is visible for a user. This is done by the UserUsageCollapseJob which by default runs every 5 minutes. You can modify the schedule by editing the cron expression for the "userUsageCollapseJob" bean. Have a look at the scheduled-jobs-context.xml to find it and if you make modifications, please do it in a copy of the file that you put into /tomcat/shared/classes/alfresco/extension

Regards
Axel

Thank you AFaust. This worked perfectly. Great!