|
|
|
@ -205,13 +205,13 @@ sql: |
|
|
|
ttl: |
|
|
|
ts: |
|
|
|
enabled: "${SQL_TTL_TS_ENABLED:true}" |
|
|
|
execution_interval_ms: "${SQL_TTL_TS_EXECUTION_INTERVAL:10000}" # Number of miliseconds. The current value corresponds to one day |
|
|
|
execution_interval_ms: "${SQL_TTL_TS_EXECUTION_INTERVAL:86400000}" # Number of miliseconds. The current value corresponds to one day |
|
|
|
ts_key_value_ttl: "${SQL_TTL_TS_TS_KEY_VALUE_TTL:0}" # Number of seconds |
|
|
|
events: |
|
|
|
enabled: "${SQL_TTL_EVENTS_ENABLED:true}" |
|
|
|
execution_interval_ms: "${SQL_TTL_EVENTS_EXECUTION_INTERVAL:10000}" # Number of miliseconds. The current value corresponds to one day |
|
|
|
events_ttl: "${SQL_TTL_EVENTS_EVENTS_TTL:900}" # Number of seconds |
|
|
|
debug_events_ttl: "${SQL_TTL_EVENTS_DEBUG_EVENTS_TTL:900}" # Number of seconds. The current value corresponds to one week |
|
|
|
execution_interval_ms: "${SQL_TTL_EVENTS_EXECUTION_INTERVAL:86400000}" # Number of miliseconds. The current value corresponds to one day |
|
|
|
events_ttl: "${SQL_TTL_EVENTS_EVENTS_TTL:0}" # Number of seconds |
|
|
|
debug_events_ttl: "${SQL_TTL_EVENTS_DEBUG_EVENTS_TTL:604800}" # Number of seconds. The current value corresponds to one week |
|
|
|
|
|
|
|
# Actor system parameters |
|
|
|
actors: |
|
|
|
|