From 1bd913bbb0a8b5cb68465bd8a22bdfa44d789f3c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 17 Apr 2005 15:25:35 +0000 Subject: [PATCH] Little longer pending timeout. --- apps/silcd/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/silcd/command.c b/apps/silcd/command.c index 5d94f74b..f9053712 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -421,7 +421,7 @@ bool silc_server_command_pending_timed(SilcServer server, reply->timeout = silc_schedule_task_add(server->schedule, 0, silc_server_command_pending_timeout, reply, - timeout ? timeout : 10, 0, + timeout ? timeout : 12, 0, SILC_TASK_TIMEOUT, SILC_TASK_PRI_LOW); silc_dlist_add(server->pending_commands, reply); -- 2.43.0