mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
chore(env): add ttl as env variable (#2653)
This commit is contained in:
@ -90,6 +90,7 @@ pub async fn get_store(
|
||||
store,
|
||||
config.drainer.stream_name.clone(),
|
||||
config.drainer.num_partitions,
|
||||
config.kv_config.ttl,
|
||||
);
|
||||
|
||||
Ok(store)
|
||||
|
||||
Reference in New Issue
Block a user