* support for database persistent and socket connections (performance boost)

This commit is contained in:
slawkens
2018-06-01 18:56:57 +02:00
parent adbec47fad
commit 510459b046
3 changed files with 39 additions and 14 deletions

View File

@@ -64,6 +64,8 @@ $config = array(
'database_password' => '',
'database_name' => '',
'database_log' => false, // should database queries be logged and displayed in the page source? They will be included at the end of the .html source of the page
'database_socket' => '', // set if you want to connect to database through socket (example: /var/run/mysqld/mysqld.sock)
'database_persistent' => false, // use database permanent connection (like server), may speed up your site
// multiworld system (only TFS 0.3)
'multiworld' => false, // use multiworld system?