Ignore:
Timestamp:
Feb 2, 2019 5:49:25 AM (5 years ago)
Author:
anonymous
Message:

Backport improvements to module maker templates from FWR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/skel/admin.php

    r656 r664  
    5757// Configure the cache object.
    5858$cache = new Cache('%NAME_PLURAL%');
    59 $cache->setParam(array('enabled' => true));
     59$cache->setParam(array('enabled' => true, 'expires' => 60));
    6060
    6161%SORT_ORDER%
Note: See TracChangeset for help on using the changeset viewer.