While I am retrieving data from Cassandra using Thrift and PHP, it always takes 60 seconds. Why?
I got it.
There were two entries in my files
$this->socket->setRecvTimeout(60000);
$this->socket->setSendTimeout(60000);
I have removed them and it's working fine