This commit is contained in:
daru
2022-07-31 14:50:56 +02:00
parent db4ca8e4cf
commit 92660df667
4 changed files with 26 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ func main() {
sc := make(chan os.Signal, 1)
signal.Notify(sc, syscall.SIGINT, syscall.SIGTERM, os.Interrupt)
logOut = NewRingBuf(10101)
logOut = NewRingBuf(101010)
color.Notice.Printf("huso %s built on %s with %s\n", husoVersion, buildTime, runtime.Version())
color.Notice.Printf("Last git commit: %s\n", buildCommit)