[Slashdotjp-dev 925] [443] fix timing

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 1月 20日 (日) 07:59:37 JST


Revision: 443
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=443
Author:   tach
Date:     2008-01-20 07:59:37 +0900 (Sun, 20 Jan 2008)

Log Message:
-----------
fix timing

Modified Paths:
--------------
    slashjp/trunk/debian/slash-backend.init.d
    slashjp/trunk/sbin/slashd


-------------- next part --------------
Modified: slashjp/trunk/debian/slash-backend.init.d
===================================================================
--- slashjp/trunk/debian/slash-backend.init.d	2008-01-19 22:58:08 UTC (rev 442)
+++ slashjp/trunk/debian/slash-backend.init.d	2008-01-19 22:59:37 UTC (rev 443)
@@ -130,7 +130,7 @@
 			break_parts;
 			echo -n "Starting $PROGNAME $VIRTUAL_USER_NAME: ";
 			start_slashd;
-			sleep 1;
+			sleep 3;
 			echo "ok PID = `cat ${RUNNINGPID}`";
 		done
 		;;

Modified: slashjp/trunk/sbin/slashd
===================================================================
--- slashjp/trunk/sbin/slashd	2008-01-19 22:58:08 UTC (rev 442)
+++ slashjp/trunk/sbin/slashd	2008-01-19 22:59:37 UTC (rev 443)
@@ -749,7 +749,7 @@
 
 	# Initialize logging and all the low-level stuff.
 
-	sleep 1; # (2007-01-20; slashjp) Insert this to avoid DB connection reset
+	sleep 2; # (2007-01-20; slashjp) Insert this to avoid DB connection reset
 	slashdLogInit();
 	slashdLog("Starting up Slashd (verbosity " . verbosity()
 		. ") with pid $$");


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る