how to set timeout of query in codeigniter

333 Views Asked by At

I want to set query timeout if it takes more than 5 seconds. I have tried $db['default']['options'] = array(PDO::ATTR_TIMEOUT => 5); code but it closes the connection. Is there any workaround?

0

There are 0 best solutions below