diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-03-27 16:03:39 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-03-27 16:03:39 +0000 |
| commit | 930be36538e42effc0a3b03c9a3d8a06cb1693ed (patch) | |
| tree | d8687d131470918738b2e68628a396a6d807e92f /nova | |
| parent | f8f69dc2edd0da19e2726a5e2068dd22e7ced0a2 (diff) | |
| parent | 5638ef4d0b152dfdc3ec61d82f4be5a60ec36d3a (diff) | |
Merge "Reduce the image cache manager periodic interval."
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", |
