diff options
author | rub <rub@piwigo.org> | 2006-04-12 22:49:42 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-04-12 22:49:42 +0000 |
commit | 8da9ed8d9baac5583c72c2d09c01bddd7adb0cb5 (patch) | |
tree | 051db5297bf8d628213ee44eefcb4f36f73077c4 /include/config_default.inc.php | |
parent | dffa074a1c02086887527d3358878b678b2be73a (diff) |
Issue ID 330:
o Change NBM configuration in order to avoid lose treatment action when occurred timeout
o Add news redirect/repost functions
git-svn-id: http://piwigo.org/svn/trunk@1156 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 7 |
1 files changed, 2 insertions, 5 deletions
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; + ?> |