Batch Reads Causing Timeout in normal get operations

Hi Our web application is using ruby aerospike client. Its batch read operations latency increases occasionally depending upon batch size but the issue is I see timeout errors occurring in other get requests ?

Doesn’t aerospike handles the batch operations in separate thread/queue at both server and client ?Or is there a way I can configure it to do so ?