Modified: trunk/console.c
===================================================================
--- trunk/console.c	2007-12-15 02:36:43 UTC (rev 985)
+++ trunk/console.c	2007-12-15 02:37:51 UTC (rev 986)
@@ -242,8 +242,8 @@
 	Shell_RegisterFunction(&Console_Shell_ConDump_Decl);
 
 	// Cvars
-	Cvar_Register("con_notify", "4", "Number of notifications to show at a time.", CVAR_ENGINE | CVAR_DEFAULT);
-	Cvar_Register("con_notifytime", "5", "How many seconds notifications should be shown.", CVAR_ENGINE | CVAR_DEFAULT);
+	Cvar_Register("con_notify", "32", "Number of notifications to show at a time.", CVAR_ENGINE | CVAR_DEFAULT);
+	Cvar_Register("con_notifytime", "10", "How many seconds notifications should be shown.", CVAR_ENGINE | CVAR_DEFAULT);
 }
 
 void Console_Quit(void)

