From 89f5ff8591708188f1d2ccceaac288182ec097ed Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 28 Feb 2023 16:59:16 +0100 Subject: half speed writes in batch jobs, goes easy on replication slaves --- it_dbi.class | 1 + 1 file changed, 1 insertion(+) diff --git a/it_dbi.class b/it_dbi.class index 6e34002..9914732 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -78,6 +78,7 @@ 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