Reputation: 997
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....
Upvotes: 2
Views: 356
Reputation: 31
I think you can configure these values: - CONNECT_TIMEOUT - READ_TIMEOUT
More information: https://chemistry.apache.org/java/developing/dev-session-parameters.html
Regards, clv
Upvotes: 0
Reputation: 1796
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.
Upvotes: 2