In CQ5.6 , we have /crx-quickstart/repository/repository.xml and we can change the Taroptimization run time using this xml. as follows.
<PersistenceManager class="com.day.crx.persistence.tar.TarPersistenceManager">
<param name="autoOptimizeAt" value="01:00-04:00" />
</PersistenceManager>
How to do the same in AEM 6.0 ? I have not seen any repository.xml file in AEM 6.0
Could you please explain how to do it in AEM 6.0.