Skip to content

Commit

Permalink
Change local cache ttl
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed May 25, 2021
1 parent e0b7c85 commit 64b148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceone/config/conf/global_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'local': {
'backend': 'spaceone.core.cache.local_cache.LocalCache',
'max_size': 128,
'ttl': 86400
'ttl': 300
}
}

Expand Down

0 comments on commit 64b148f

Please sign in to comment.