diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-09 16:12:37 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-09 16:12:37 +0000 |
| commit | 41bfc4391ea0b7980fe37b2a71822339b51e2036 (patch) | |
| tree | bc7772df0e2559bcb007c789e3a3e6f7fd4fce1a /phpBB/install | |
| parent | f4a279e9593f8bf5bef70f2118776070929754bf (diff) | |
| download | forums-41bfc4391ea0b7980fe37b2a71822339b51e2036.tar forums-41bfc4391ea0b7980fe37b2a71822339b51e2036.tar.gz forums-41bfc4391ea0b7980fe37b2a71822339b51e2036.tar.bz2 forums-41bfc4391ea0b7980fe37b2a71822339b51e2036.tar.xz forums-41bfc4391ea0b7980fe37b2a71822339b51e2036.zip | |
minor fix
also set load_tplcompile to 0 by default now it is quite intensive with the default settings/style.
git-svn-id: file:///svn/phpbb/trunk@7514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index b970da2981..ae7365bcc2 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -137,7 +137,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_online_guests INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_online_time', '5'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_onlinetrack', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_search', '1'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_tplcompile', '1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_tplcompile', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('load_user_activity', '1'); 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'); |
