summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index a15d7b6..e8a3090 100644
--- a/init.go
+++ b/init.go
@@ -48,7 +48,7 @@ func colorBanner() {
if version == "" {
log.Warn("Warning: compiled without version", err)
}
- time.Sleep(3200 * time.Millisecond) // done for effect
+ time.Sleep(1200 * time.Millisecond) // done for effect
}
// what genius figured this out?