Little longer pending timeout.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 17 Apr 2005 15:25:35 +0000 (15:25 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 17 Apr 2005 15:25:35 +0000 (15:25 +0000)
apps/silcd/command.c

index 5d94f74b9a02c69d38ed45df0c1b16dc8daabf0c..f905371278b66f5cddb83521ea5ed20bd30b4cc1 100644 (file)
@@ -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);