diff options
Diffstat (limited to 'cpp/src/qpid/broker/QueueFactory.h')
| -rw-r--r-- | cpp/src/qpid/broker/QueueFactory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/QueueFactory.h b/cpp/src/qpid/broker/QueueFactory.h index b6a79f1f1a..585983ba25 100644 --- a/cpp/src/qpid/broker/QueueFactory.h +++ b/cpp/src/qpid/broker/QueueFactory.h @@ -25,6 +25,9 @@ #include "qpid/types/Variant.h" #include <boost/shared_ptr.hpp> +#define DEFAULT_MAX_PAGES 4 +#define DEFAULT_PAGE_FACTOR 1 + namespace qpid { namespace management { class Manageable; |
