From 738295ba1efa2bbb4eefca5966fe87474df3ab30 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 28 Feb 2023 18:27:22 +0100 Subject: Revert "half speed writes in batch jobs, goes easy on replication slaves": measure unthrottled runtimes first This reverts commit 89f5ff8591708188f1d2ccceaac288182ec097ed. --- it_dbi.class | 1 - 1 file changed, 1 deletion(-) diff --git a/it_dbi.class b/it_dbi.class index 9914732..6e34002 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -78,7 +78,6 @@ function __construct($p = array(), $query = null, ...$args) $p += $dp; # Combine our settings with user's defaults and class defaults - $this->_defaultconfig['throttle_writes'] = $_SERVER['REMOTE_ADDR'] ? 0 : 1; $p += (array)$GLOBALS[static::$_global_key . '_defaultconfig'] + array('db' => $GLOBALS['ULTRADB']) + $this->_defaultconfig + array('charset' => strtr(strtolower(ini_get('default_charset')), array('iso-8859-1' => 'latin1', 'utf-8' => 'utf8mb4', 'utf8' => 'utf8mb4'))); unset($this->_defaultconfig); # to shorten ED() output -- cgit v1.2.3