MyBB Community Forums

Full Version: use_pconnect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What would I need to place into the /inc/config.php to stop persistent connections?

I am using this at the moment:

$config['database']['use_pconnect'] = 0;

But I notice for V Bulletin it is:

$config['MasterServer']['usepconnect'] = 0;

Had to move hosts because of persistent connections. Would really be helpfully if someone can let me know how to stop persistent connections.
MyBB doesn't use persistent connnections by default, just don't modify your config.php.
(2011-07-17, 02:37 AM)pinguy Wrote: [ -> ]Would really be helpfully if someone can let me know how to stop persistent connections.

They'll only be being used if you set it up to do that...