Changeset 2790 for trunk/include/config_default.inc.php
- Timestamp:
- Oct 22, 2008, 3:36:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config_default.inc.php
r2595 r2790 412 412 413 413 // +-----------------------------------------------------------------------+ 414 // | debug|414 // | debug/performance | 415 415 // +-----------------------------------------------------------------------+ 416 416 … … 430 430 // die_on_sql_error: if an SQL query fails, should everything stop? 431 431 $conf['die_on_sql_error'] = true; 432 433 // if true, some language strings are replaced during template compilation 434 // (insted of template output). this results in better performance. however 435 // any change in the language file will not be propagated until you purge 436 // the compiled templates from the admin / maintenance menu 437 $conf['compiled_template_cache_language'] = false; 438 439 // This tells Smarty whether to check for recompiling or not. Recompiling 440 // does not need to happen unless a template is changed. false results in 441 // better performance. 442 $conf['template_compile_check'] = true; 432 443 433 444 // +-----------------------------------------------------------------------+ … … 696 707 // or other plugin variables etc 697 708 $conf['local_data_dir'] = dirname(dirname(__FILE__)).'/_data'; 698 699 // if true, some language strings are replaced during template compilation700 // (insted of template output). this results in better performance. however701 // any change in the language file will not be propagated until you purge702 // the compiled templates from the admin / maintenance menu703 $conf['compiled_template_cache_language'] = false;704 705 709 ?>
Note: See TracChangeset
for help on using the changeset viewer.