Reduced timeout

This commit is contained in:
Sanel Zukan 2009-10-06 15:47:50 +00:00
parent aec637be5c
commit 01d67eeca1

View File

@ -24,7 +24,7 @@
#include "Splash.h"
#define TIMEOUT_START 0.5 /* timeout when splash is first time shown (also for first client) */
#define TIMEOUT_CONTINUE 1.0 /* timeout between starting rest of the cliens */
#define TIMEOUT_CONTINUE 0.4 /* timeout between starting rest of the cliens */
EDELIB_NS_USING(String)
EDELIB_NS_USING(Resource)