Index: ipc/file_descriptor_set_posix.h |
diff --git a/ipc/file_descriptor_set_posix.h b/ipc/file_descriptor_set_posix.h |
index d454962e84fcf14e62f689551f1cbc0125992c3c..7fcc3cab3cb5cd1adedb22f288e5fe5bad22ebb9 100644 |
--- a/ipc/file_descriptor_set_posix.h |
+++ b/ipc/file_descriptor_set_posix.h |
@@ -31,7 +31,7 @@ class IPC_EXPORT FileDescriptorSet |
// |
// In debugging mode, it's a fatal error to try and add more than this number |
// of descriptors to a FileDescriptorSet. |
- static const size_t kMaxDescriptorsPerMessage = 7; |
+ static const size_t kMaxDescriptorsPerMessage = 128; |
// --------------------------------------------------------------------------- |
// Interfaces for building during message serialisation... |