From: short <> Date: Fri, 14 May 2004 07:07:50 +0000 (+0000) Subject: DAEMON_CHECK_INTERVAL_MS: 100ms X-Git-Tag: udpgate-1_0~64 X-Git-Url: http://git.jankratochvil.net/?p=udpgate.git;a=commitdiff_plain;h=f8a409fbfca9f56d538c766fe92e92b4ea7bd65a;ds=sidebyside DAEMON_CHECK_INTERVAL_MS: 100ms --- diff --git a/src/ui-gnome.c b/src/ui-gnome.c index 3aa4681..3601774 100644 --- a/src/ui-gnome.c +++ b/src/ui-gnome.c @@ -41,7 +41,7 @@ /* Config: */ -#define DAEMON_CHECK_INTERVAL_MS 500 +#define DAEMON_CHECK_INTERVAL_MS 100 #define PORT_RANGE_BEGIN 2048 #define PORT_RANGE_END 10240