From 53e48e76751d5e1cc821ce3a59b8ade4cf5da08d Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 12 Apr 2006 22:56:55 +0000 Subject: Issue ID 330: o Change NBM configuration in order to avoid lose treatment action when occurred timeout o Add news redirect/repost functions Reports of svn:1156 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1157 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index ee55461bf..e441de35a 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -470,14 +470,11 @@ $conf['tags_levels'] = 5; // Default Value for nbm user $conf['nbm_default_value_user_enabled'] = false; -// Max user to show on list users to send notification -// Parameter not used if $conf['nbm_list_all_enabled_users_to_send'] is true -$conf['nbm_max_list_users_to_send'] = 100; - // Search List user to send with quick (List all without check news) // More quickly but less fun to use $conf['nbm_list_all_enabled_users_to_send'] = false; // Max mails sended on one pass -$conf['nbm_max_mails_send'] = 35; +$conf['nbm_max_treatment_timeout_percent'] = 0.8; + ?> -- cgit v1.2.3