5 Configuring TTL (Time-To-Live)

This topic provides information on Configuring TTL (Time-To-Live).

TTL configuration is maintained in the database. Default TTL is set to -1 for the product. If bank wants to override the value, they can achieve it by running below query. TTL value should be in milliseconds.

update digx_fw_config_all_b set prop_value = '3000000' where prop_id = '{CachName}_ttl';

{CachName} is name of the Cache for which TTL is to be updated.

For Example:

update digx_fw_config_all_b set prop_value = '3000000' where prop_id = 'cacheUsername_ttl';