mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
6e84800538
commit
dd200d0937
@ -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…
x
Reference in New Issue
Block a user