Commit 6a009f42c2e273dd85fa88d3c04c9f7b85c0c4f6

Authored by Bruno Noronha
1 parent 3c13fd2e
Exists in master and in 1 other branch 3.1

Configuração doctrine timeout

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