]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- increase select timeout from 1 to 15s.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 Feb 2009 19:00:10 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt-fixes.patch -> 1.1

cvsnt-fixes.patch [new file with mode: 0644]

diff --git a/cvsnt-fixes.patch b/cvsnt-fixes.patch
new file mode 100644 (file)
index 0000000..1ff37de
--- /dev/null
@@ -0,0 +1,11 @@
+--- cvsnt-2.5.04.3236/lockservice/server.cpp~  2007-11-22 07:32:22.000000000 +0100
++++ cvsnt-2.5.04.3236/lockservice/server.cpp   2009-02-08 19:59:03.012868899 +0100
+@@ -325,7 +325,7 @@
+               NotifySCM(SERVICE_RUNNING, 0, 0);
+ #endif
+-      while(!g_bStop && listen_sock.accept(1000))
++      while(!g_bStop && listen_sock.accept(15000))
+       {
+               for(size_t n=0; n<listen_sock.accepted_sockets().size(); n++)
+                       start_thread(listen_sock.accepted_sockets()[n].Detach());
This page took 0.106351 seconds and 4 git commands to generate.