Deleting Temporary Files
You can clean up temporary files periodically using the following settings.
Through settings in the alpine.config file located in the ALPINE_DATA_REPOSITORY/configuration directory, administrators can set the period for storing temporary files and how often to run the clean-up task.
The following are the configuration settings for the sys.properties:
| Setting | Default Value | Description |
|---|---|---|
temporary_file_livetime
|
86400000
|
Specifies the length of time, in milliseconds, to store temporary files.
The default: 86400000 ms (24 hours). |
temporary_file_scan_frequency
|
86400000
|
Specifies the length of time, in milliseconds, of the interval between cleaning tasks.
The default: 86400000 ms (24 hours). |
Updated values take effect when
TIBCO Data Science - Team Studio is restarted.