[otrs-cvs] otrs/Kernel/System/AuthSession IPC.pm,1.22,1.23
cvs-log at otrs.org
cvs-log at otrs.org
Thu Apr 12 09:17:51 GMT 2007
Comments:
Update of /home/cvs/otrs/Kernel/System/AuthSession
In directory lancelot:/tmp/cvs-serv21776/Kernel/System/AuthSession
Modified Files:
IPC.pm
Log Message:
Fixed bug# 1748 - Session not allowed to be larger than 358400 Bytes using IPC.
Author: martin
Index: IPC.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/AuthSession/IPC.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** IPC.pm 6 Feb 2007 19:45:05 -0000 1.22
--- IPC.pm 12 Apr 2007 09:17:46 -0000 1.23
***************
*** 47,51 ****
$Self->{IPCAddBufferSize} = 10*1024;
$Self->{IPCSize} = 80*1024;
! $Self->{IPCSizeMax} = (360*1024) - $Self->{IPCAddBufferSize};
$Self->{CMD} = $Param{CMD} || 0;
$Self->_InitSHM();
--- 47,51 ----
$Self->{IPCAddBufferSize} = 10*1024;
$Self->{IPCSize} = 80*1024;
! $Self->{IPCSizeMax} = (2048*1024) - $Self->{IPCAddBufferSize};
$Self->{CMD} = $Param{CMD} || 0;
$Self->_InitSHM();
More information about the cvs-log
mailing list