[Codestriker-commits] CVS update: codestriker/doc codestriker.sgml
Brought to you by:
sits
From: <si...@us...> - 2008-09-27 04:28:19
|
User: sits Date: 08/09/26 21:28:08 Modified: doc codestriker.sgml Log: Add gotcha for using ScmBug with inetd. Index: codestriker.sgml =================================================================== RCS file: /cvsroot/codestriker/codestriker/doc/codestriker.sgml,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- codestriker.sgml 27 Sep 2008 03:28:56 -0000 1.73 +++ codestriker.sgml 27 Sep 2008 04:28:07 -0000 1.74 @@ -1077,6 +1077,14 @@ codestriker and the <varname>$scmbug_lib_dir</varname> variable made to point at this. </para> + <para> + Using ScmBug for creating topics can generate a very large + number of requests to your SCM system. If your SCM system + is running under a Unix system, you might need to increase + the number of allowed requests per-minute in your inetd + configuration, otherwise you might experience hangs while + creating ScmBug topics. + </para> </sect2> </sect1> |