mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 01:30:22 -04:00
parent
6e84800538
commit
dd200d0937
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class I2_BASE_API WorkQueue
|
|||
public:
|
||||
typedef boost::function<void (boost::exception_ptr)> ExceptionCallback;
|
||||
|
||||
WorkQueue(size_t maxItems = 25000);
|
||||
WorkQueue(size_t maxItems = 2500000);
|
||||
~WorkQueue(void);
|
||||
|
||||
void Enqueue(const WorkCallback& callback, bool allowInterleaved = false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue