From 6d31502f03fa14b666c308ba1e54736e1cd07e9b Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 25 Sep 2008 16:45:18 -0400 Subject: [PATCH] Raise default boot duration to one minute 45 seconds is probably a little on the low side for most machines. --- src/ply-boot-splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index a67224b6..eb29eb1d 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -44,7 +44,7 @@ #endif #ifndef DEFAULT_BOOT_DURATION -#define DEFAULT_BOOT_DURATION 45.0 +#define DEFAULT_BOOT_DURATION 60.0 #endif #define BOOT_DURATION_FILE PLYMOUTH_TIME_DIRECTORY "/boot-duration" -- 2.47.3