Explorar o código

Fuel db persistent connection (#3722)

Joan Miquel %!s(int64=7) %!d(string=hai) anos
pai
achega
d917e97f39
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frameworks/PHP/fuel/fuel/app/config/production/db.php

+ 1 - 0
frameworks/PHP/fuel/fuel/app/config/production/db.php

@@ -9,6 +9,7 @@ return array(
 			'dsn'        => 'mysql:host=tfb-database;dbname=hello_world',
 			'username'   => 'benchmarkdbuser',
 			'password'   => 'benchmarkdbpass',
+			'persistent' => true,
 		),
 	),
 );