Commit 8cdfaa190303ef3a6b54e3e15ae74b1b1edf69d9

Authored by Bruno Noronha
1 parent 352cd011
Exists in master and in 1 other branch 3.1

removendo TIMEOUT

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/config/config.yml
... ... @@ -118,7 +118,7 @@ doctrine:
118 118 password: "%database_password%"
119 119 charset: UTF8
120 120 options:
121   - PDO::ATTR_TIMEOUT: 120
  121 + PDO::ATTR_PERSISTENT: true
122 122  
123 123 orm:
124 124 auto_generate_proxy_classes: "%kernel.debug%"
... ...