Skip to content
Snippets Groups Projects

Update 3 files

Files
4
@@ -37,7 +37,7 @@ class ViewsCsvSourceSettingsForm extends ConfigFormBase {
@@ -37,7 +37,7 @@ class ViewsCsvSourceSettingsForm extends ConfigFormBase {
'#min' => 0,
'#min' => 0,
'#size' => 15,
'#size' => 15,
'#title' => $this->t('Cache Duration (seconds)'),
'#title' => $this->t('Cache Duration (seconds)'),
'#description' => $this->t('The duration till when the cache needs to be active.<br>EG: 1 day = 86400 seconds.'),
'#description' => $this->t('The duration till when the cache needs to be active (e.g. 1 day = 86400 seconds).<br>This only applies to remote files. Set it to 0 to disable caching (necessary for large files).'),
'#default_value' => $config->get('cache_ttl'),
'#default_value' => $config->get('cache_ttl'),
];
];
Loading