Hello,
We are Getting below exception in laravel 5.2 for mongodb
exception 'MongoCursorTimeoutException' with message 'localhost:27017: Read timed out after reading 0 bytes, waited for 30.000000 seconds' in /var/www/html/hello-php-admin/test/jenssegers/mongodb/src/Jenssegers/Mongodb/Query/Builder.php:259
We don't to give cursor time out in each query, we want to put global connection timeout in laravel 5.2, not found any solution in stackoverflow or other places.