Skip to content

Commit

Permalink
#1415 Session in DB lock mode : none
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Feb 12, 2024
1 parent 201b453 commit ae21a63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ services:
public: false
arguments:
- 'mysql:host=%database_host%;port=%database_port%;dbname=%database_name%'
- { db_username: '%database_user%', db_password: '%database_password%' }
- db_username: '%database_user%'
db_password: '%database_password%'
lock_mode: !php/const:Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler::LOCK_NONE


AppBundle\Controller\Event\:
resource: '../../sources/AppBundle/Controller/Event/*'
Expand Down

0 comments on commit ae21a63

Please sign in to comment.