r103862 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103861‎ | r103862 | r103863 >
Date:23:07, 21 November 2011
Author:asher
Status:ok
Tags:
Comment:
fix recv buff calc
Modified paths:
  • /trunk/udplog/debian/udp2log.init (modified) (history)

Diff [purge]

Index: trunk/udplog/debian/udp2log.init
@@ -27,7 +27,7 @@
2828 if [ $rmax -ge 134217728 ] ; then
2929 queue=131072
3030 else
31 - queue=$((queue/1024))
 31+ queue=$((rmax/1024))
3232 fi
3333 $DAEMON_ARGS="$DAEMON_ARGS --recv-queue=$queue"
3434 fi

Status & tagging log