I'm inserting JSON documents trough the ASTRA DB Document API, All the documents have the same structure but someones are bigger than others, then I'm getting:
{ "description": "Server error: org.apache.cassandra.stargate.exceptions.WriteTimeoutException: Operation timed out - received only 0 responses.", "code": 500 }
Is there a way to increase the timeout to avoid this problem?
Thank you in advance.