tevent: change SA_INFO_QUEUE_COUNT from 10 to 100
[metze/samba/wip.git] / lib / tevent / tevent_signal.c
index c21ba209af2e70fdcb61f19f11e11b914ac170bb..04ee6975bd5e9cd602bad4a0ebdd35741b2df780 100644 (file)
@@ -29,7 +29,7 @@
 #define NUM_SIGNALS 64
 
 /* maximum number of SA_SIGINFO signals to hold in the queue */
-#define SA_INFO_QUEUE_COUNT 10
+#define SA_INFO_QUEUE_COUNT 100
 
 struct sigcounter {
        uint32_t count;