Commit da406ef2c72499ffc1562d7117794f2cca647672
1 parent
83a89838b2
Exists in
master
Fix tests
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/test/resources/alfresco-global.properties
... | ... | @@ -3,8 +3,8 @@ db.url=jdbc:postgresql:${db.name} |
3 | 3 | db.password=admin |
4 | 4 | db.username=alfresco |
5 | 5 | |
6 | -trashcan.cron=0 30 * * * ? | |
6 | +trashcan-cleaner.cron=0 30 * * * ? | |
7 | 7 | |
8 | -trashcan.daysToKeep=P1D | |
8 | +trashcan-cleaner.keepPeriod=P1D | |
9 | 9 | |
10 | -trashcan.deleteBatchCount=1000 | |
10 | +trashcan-cleaner.deleteBatchCount=1000 | ... | ... |