Revert "Allow to configure persistent database connections"

This reverts commit 61f251d6ad.
This commit is contained in:
Eric Lippmann 2018-06-22 14:46:23 +02:00
parent af35794006
commit 6c2b4d3982
1 changed files with 0 additions and 11 deletions

View File

@ -146,17 +146,6 @@ class DbResourceForm extends Form
'label' => $this->translate('Character Set')
)
);
$this->addElement(
'checkbox',
'persistent',
array(
'description' => $this->translate(
'Check this box for persistent database connections. Persistent connections are not closed at the'
. ' end of a request, but are cached and re-used. This is experimental'
),
'label' => $this->translate('Persistent')
)
);
$this->addElement(
'checkbox',
'use_ssl',