diff options
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/compute/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 7c8d24eda..48e135b25 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -112,7 +112,7 @@ compute_opts = [ "Valid options are 'noop', 'log' and 'reap'. " "Set to 'noop' to disable."), cfg.IntOpt("image_cache_manager_interval", - default=3600, + default=40, help="Number of periodic scheduler ticks to wait between " "runs of the image cache manager."), cfg.IntOpt("heal_instance_info_cache_interval", |
