Using EE 2.9.3 I try to set $config['stash_prune_probability'] but it is always
returning the default of .4 for $this->EE->config->item('stash_prune_probability')
Also var_export($this->EE->config); does not report any other variable from the stash config file...
Using EE 2.9.3 I try to set $config['stash_prune_probability'] but it is always returning the default of .4 for $this->EE->config->item('stash_prune_probability')
Also
var_export($this->EE->config);
does not report any other variable from the stash config file...