From 97cce476a2094313790dbe23235aee58186bfac6 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Tue, 27 Jan 2009 23:49:40 +0000 Subject: [PATCH] [paging] Slightly increase the timeout to not overload the BTS... --- src/paging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paging.c b/src/paging.c index 010df1b61..da3dc28c6 100644 --- a/src/paging.c +++ b/src/paging.c @@ -43,7 +43,7 @@ #include #include -#define PAGING_TIMEOUT 0, 5000 +#define PAGING_TIMEOUT 1, 0 static LLIST_HEAD(managed_bts);