From 6c2b4d3982be7d1d68dd02f58e526d83d7bb03cc Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 22 Jun 2018 14:46:23 +0200 Subject: [PATCH] Revert "Allow to configure persistent database connections" This reverts commit 61f251d6adbceab57752395d50e893d6cda76f98. --- application/forms/Config/Resource/DbResourceForm.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/application/forms/Config/Resource/DbResourceForm.php b/application/forms/Config/Resource/DbResourceForm.php index c270f7d91..edf82e487 100644 --- a/application/forms/Config/Resource/DbResourceForm.php +++ b/application/forms/Config/Resource/DbResourceForm.php @@ -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',