Index: ipc/ipc_message_attachment_set.h |
diff --git a/ipc/ipc_message_attachment_set.h b/ipc/ipc_message_attachment_set.h |
index 7e848bd3f544207c35f117f5cd06b7055c51e710..b3cc607bdbd628cee5e4f7e47d531c6089ee1af2 100644 |
--- a/ipc/ipc_message_attachment_set.h |
+++ b/ipc/ipc_message_attachment_set.h |
@@ -65,7 +65,7 @@ class IPC_EXPORT MessageAttachmentSet |
// |
// In debugging mode, it's a fatal error to try and add more than this number |
// of descriptors to a MessageAttachmentSet. |
- static const size_t kMaxDescriptorsPerMessage = 7; |
+ static const size_t kMaxDescriptorsPerMessage = 128; |
// --------------------------------------------------------------------------- |
// Interfaces for transmission... |