Przeglądaj źródła

Fuel db persistent connection (#3722)

Joan Miquel 7 lat temu
rodzic
commit
d917e97f39

+ 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,
 		),
 	),
 );