~canonical-sysadmins/drupal/7.x

« back to all changes in this revision

Viewing changes to sites/default/default.settings.php

  • Committer: Barry Price
  • Date: 2019-01-22 07:42:25 UTC
  • Revision ID: barry.price@canonical.com-20190122074225-zb3x23ydq3o5v8me
Drupal 7.63 upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
# $conf['block_cache_bypass_node_grants'] = TRUE;
480
480
 
481
481
/**
 
482
 * Expiration of cache_form entries:
 
483
 *
 
484
 * Drupal's Form API stores details of forms in cache_form and these entries are
 
485
 * kept for at least 6 hours by default. Expired entries are cleared by cron.
 
486
 * Busy sites can encounter problems with the cache_form table becoming very
 
487
 * large. It's possible to mitigate this by setting a shorter expiration for
 
488
 * cached forms. In some cases it may be desirable to set a longer cache
 
489
 * expiration, for example to prolong cache_form entries for Ajax forms in
 
490
 * cached HTML.
 
491
 *
 
492
 * @see form_set_cache()
 
493
 * @see system_cron()
 
494
 * @see ajax_get_form()
 
495
 */
 
496
# $conf['form_cache_expiration'] = 21600;
 
497
 
 
498
/**
482
499
 * String overrides:
483
500
 *
484
501
 * To override specific strings on your site with or without enabling the Locale