From 242ebd2030f4d46b92bed67212b8dfeb0860ef5b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 30 Jan 2005 23:40:17 +0000 Subject: [PATCH] The reduced area size was used for testing only. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11165 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/messaging/MessagingService.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kernel/core/messaging/MessagingService.cpp b/src/kernel/core/messaging/MessagingService.cpp index 1cc7424d0d..9f597b4c9f 100644 --- a/src/kernel/core/messaging/MessagingService.cpp +++ b/src/kernel/core/messaging/MessagingService.cpp @@ -26,8 +26,7 @@ using namespace std; static MessagingService *sMessagingService = NULL; -//static const int32 kMessagingAreaSize = B_PAGE_SIZE * 4; -static const int32 kMessagingAreaSize = B_PAGE_SIZE; +static const int32 kMessagingAreaSize = B_PAGE_SIZE * 4; // init_messaging_service status_t