Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGracePeriod PHP Method

_getGracePeriod() protected method

This is curently hardcoded to 15 seconds, will be configurable at some point
protected _getGracePeriod ( ) : string
return string
    protected function _getGracePeriod()
    {
        return Mage::getStoreConfig('turpentine_vcl/ttls/grace_period');
    }