How to disable auto flush on the database, made by doctrine on every 200 response? My doctrine configuration looks like
doctrine: dbal: dbname: name host: 'mysql' port: 3306 user: abc password: abc driver: pdo_mysql server_version: '8.0' unix_socket: /tmp/mysql.sock orm: auto_generate_proxy_classes: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true
2.1m questions
2.1m answers
60 comments
57.0k users