diff options
| author | Keith Wall <kwall@apache.org> | 2011-08-26 14:02:22 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-08-26 14:02:22 +0000 |
| commit | a26c2d668d37b730f44ec53b53182ddb13906e91 (patch) | |
| tree | 01e8c4ef691a46ecd33336560e5a3c5b617d1fb2 /qpid/java/broker/etc | |
| parent | 5f7dca19b63c0548df876f1ca473c8325c7edd6f (diff) | |
| download | qpid-python-a26c2d668d37b730f44ec53b53182ddb13906e91.tar.gz | |
QPID-3266: Tidy up housekeeping configuration option for scheduling frequency
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1162121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
| -rw-r--r-- | qpid/java/broker/etc/virtualhosts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker/etc/virtualhosts.xml b/qpid/java/broker/etc/virtualhosts.xml index 5860bfe2cb..33a48a1349 100644 --- a/qpid/java/broker/etc/virtualhosts.xml +++ b/qpid/java/broker/etc/virtualhosts.xml @@ -31,7 +31,7 @@ <housekeeping> <threadCount>2</threadCount> - <expiredMessageCheckPeriod>20000</expiredMessageCheckPeriod> + <checkPeriod>20000</checkPeriod> </housekeeping> <exchanges> |
