-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: urcd
action: commit
revision:
path_from:
revision_from: a95ddac027f40d9c8c4418abd2b04e4074b63ab9:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit a95ddac027f40d9c8c4418abd2b04e4074b63ab9
Author: root <root@d3v11.ano>
Date:   Tue May 28 05:33:09 2013 +0000

    [urc2sd] poll longer

diff --git a/src/urc2sd.pyx b/src/urc2sd.pyx

index 9ffce56f41121b2f3fd150ee834562a63371a6a2..

index ..134f098a7968af506cab87e765150f70a8ca1054 100644

--- a/src/urc2sd.pyx
+++ b/src/urc2sd.pyx
@@ -133,7 +133,7 @@ def INIT():

 while 1:

-  if poll(TIMEOUT<<4) and not INIT: time.sleep(LIMIT)
+  if poll(TIMEOUT<<10) and not INIT: time.sleep(LIMIT)
   now = time.time()

   if not client_revents(0):

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 15:13:18 2024