Skip to content
Snippets Groups Projects
Commit 1e554e73 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

change ipns lifetimes

parent befd6aa8
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,6 @@ export async function getSelfDdKeys(): Promise<DdKeys> { ...@@ -26,6 +26,6 @@ export async function getSelfDdKeys(): Promise<DdKeys> {
export const ddKeys = await getSelfDdKeys() export const ddKeys = await getSelfDdKeys()
// publish options // publish options
export const DD_TAMT_HIST_OPT: NamePublishOptions = { key: DD_TAMT_HIST, ttl: '1m', lifetime: '1m' } export const DD_TAMT_HIST_OPT: NamePublishOptions = { key: DD_TAMT_HIST, ttl: '1m', lifetime: '12h' }
export const DD_TAMT_OPT: NamePublishOptions = { key: DD_TAMT, ttl: '1m', lifetime: '24h' } export const DD_TAMT_OPT: NamePublishOptions = { key: DD_TAMT, ttl: '1m', lifetime: '24h' }
export const DD_ROOT_OPT: NamePublishOptions = { key: DD_ROOT, ttl: '1h', lifetime: '24h' } export const DD_ROOT_OPT: NamePublishOptions = { key: DD_ROOT, ttl: '24h', lifetime: '72h' }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment