aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-24 21:42:39 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-24 21:42:39 +0200
commitb59073cf3ed54d040aef0f02cb3e5c28fb768b5b (patch)
tree0c6bfaf0696ed1498b3e68d43721a530a90312db /phpBB/install
parent909976f0761622fd0b6ecd00bef4919513c738df (diff)
parentaa37e9b7fc60bd443c6abbcdc3adbf28ae010f32 (diff)
downloadforums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar.gz
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar.bz2
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.tar.xz
forums-b59073cf3ed54d040aef0f02cb3e5c28fb768b5b.zip
Merge pull request #4794 from lr94/ticket/15176
[ticket/15176] Add setting for user activity display limit.
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 998cf17c3d..263200d8ff 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -197,6 +197,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_search', '1')
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_tplcompile', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_unreads_search', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_user_activity', '1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_user_activity_limit', '5000');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_attachments', '3');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_attachments_pm', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_autologin_time', '0');