summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 04:51:14 -0500
committerJeff Carr <[email protected]>2025-09-09 04:51:14 -0500
commitc6320e781f9296493b1cf000690b51d8a207a605 (patch)
tree83ac99fab0facaf88d939931045ea363bd2491b3 /init.go
parentec31997bca317fae2d83cfdea8bd1fcdbe76be93 (diff)
more cleanups of old codev0.25.2v0.25.1
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?