I am trying to delete some documents from alfresco repository. But its giving time-out Exception.
So is there any configuration to increase that time-out period.
Or is there any other way to delete documents, in that i will not get read time-out Exception
Thanks in Advance....
You can look to this link it gives a lot of information about CMIS Apache Chemistry OpenCMIS .
About how to make it slower,you can do this by sending your job to an executor : you can lear more and see a complete exemple in Setting a maximum execution time for a method/thread and finnaly you only have to combine the two methods.
Hope that helped you.