You can configure a timeout when creating your driver instance. int timeout = 60 * 1000; //milliseconds ArangoDB arango = new ArangoDB.Builder().timeout(timeout).build();
On Monday, 16 April 2018 14:56:54 UTC+2, Jefferson wrote: > > When the network is down, the subsequent request frozen, i need a way to > limit the maximum seconds to get time out of request getting in a specific > Exception, how to do this? Thank you. > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
